dygraphs.git
13 years agoAdded range_tests, which uses DygraphOps -- an API for pushing Dygraph-specific events.
Robert Konigsberg [Thu, 28 Apr 2011 16:18:30 +0000 (12:18 -0400)]
Added range_tests, which uses DygraphOps -- an API for pushing Dygraph-specific events.

13 years agoAdded runAllTests. Useful.
Robert Konigsberg [Thu, 28 Apr 2011 16:17:56 +0000 (12:17 -0400)]
Added runAllTests. Useful.

13 years agooops -- s/MoreAsserts.//
Robert Konigsberg [Wed, 27 Apr 2011 22:17:35 +0000 (18:17 -0400)]
oops -- s/MoreAsserts.//

13 years agoMoving the delta tests to MoreAsserts. MoreAsserts is actually going to go away when...
Robert Konigsberg [Wed, 27 Apr 2011 21:01:15 +0000 (17:01 -0400)]
Moving the delta tests to MoreAsserts. MoreAsserts is actually going to go away when this code goes in to jstestdriver. I don't suggest you ... don't look too hard at MoreAsserts, but don't look too hard. A proper review will be done on the jstestdriver side.

13 years agoUpdated fake test runner that shows stack traces on failure.
Robert Konigsberg [Wed, 27 Apr 2011 20:47:08 +0000 (16:47 -0400)]
Updated fake test runner that shows stack traces on failure.

13 years agoUpdated auto tests per danvk's comments.
Robert Konigsberg [Wed, 27 Apr 2011 20:32:19 +0000 (16:32 -0400)]
Updated auto tests per danvk's comments.

13 years agoFake jstestdriver was not storing jquery, wonder why that was broken.
Robert Konigsberg [Tue, 26 Apr 2011 19:49:31 +0000 (15:49 -0400)]
Fake jstestdriver was not storing jquery, wonder why that was broken.

13 years agoFirst set of automated tests for Dygraphs.
Robert Konigsberg [Tue, 26 Apr 2011 16:53:14 +0000 (12:53 -0400)]
First set of automated tests for Dygraphs.

13 years agoExpose function that can be replaced during tests for mocking out the HTML5 canvas...
Robert Konigsberg [Mon, 25 Apr 2011 19:25:17 +0000 (15:25 -0400)]
Expose function that can be replaced during tests for mocking out the HTML5 canvas context.

13 years agoUpdate documentation of the test.
Robert Konigsberg [Mon, 25 Apr 2011 19:25:03 +0000 (15:25 -0400)]
Update documentation of the test.

13 years agouse scp -r to copy tests directory
Dan Vanderkam [Sun, 24 Apr 2011 22:47:37 +0000 (18:47 -0400)]
use scp -r to copy tests directory

13 years agoworks in FF too
Dan Vanderkam [Sun, 24 Apr 2011 22:43:14 +0000 (18:43 -0400)]
works in FF too

13 years agodrawing demo
Dan Vanderkam [Sun, 24 Apr 2011 22:26:35 +0000 (18:26 -0400)]
drawing demo

13 years agodocs and test revert_sigfigs
Dan Vanderkam [Sun, 24 Apr 2011 18:54:05 +0000 (14:54 -0400)]
docs and test

13 years agobetter error with non-existent labelsDiv
Dan Vanderkam [Sun, 24 Apr 2011 17:50:11 +0000 (13:50 -0400)]
better error with non-existent labelsDiv

13 years agomerge upstream changes
Dan Vanderkam [Sun, 24 Apr 2011 16:00:01 +0000 (12:00 -0400)]
merge upstream changes

13 years agoadd back Dygraph.floatFormat
Dan Vanderkam [Sun, 24 Apr 2011 05:16:32 +0000 (01:16 -0400)]
add back Dygraph.floatFormat

13 years agoworking w/o scientific notation
Dan Vanderkam [Sun, 24 Apr 2011 03:00:09 +0000 (23:00 -0400)]
working w/o scientific notation

13 years agoremove test
Dan Vanderkam [Mon, 18 Apr 2011 16:47:26 +0000 (12:47 -0400)]
remove test

13 years agorevert sig figs behavior
Dan Vanderkam [Mon, 18 Apr 2011 16:44:34 +0000 (12:44 -0400)]
revert sig figs behavior

13 years agofix embarrassing CSV error on dygraphs home page
Dan Vanderkam [Sun, 10 Apr 2011 22:27:09 +0000 (18:27 -0400)]
fix embarrassing CSV error on dygraphs home page

13 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Sun, 10 Apr 2011 21:56:18 +0000 (17:56 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs

13 years agoupdate legend when updateOptions() is called
Dan Vanderkam [Sun, 10 Apr 2011 19:13:29 +0000 (15:13 -0400)]
update legend when updateOptions() is called

13 years agoonly show visible series on the legend
Dan Vanderkam [Sun, 10 Apr 2011 19:01:40 +0000 (15:01 -0400)]
only show visible series on the legend

13 years agouse CSS to color legend labels (fixes long-standing issue in demo.html)
Dan Vanderkam [Sun, 10 Apr 2011 18:40:55 +0000 (14:40 -0400)]
use CSS to color legend labels (fixes long-standing issue in demo.html)

13 years agoMerge branch 'master' of https://github.com/kberg/dygraphs
Dan Vanderkam [Thu, 7 Apr 2011 19:45:32 +0000 (15:45 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs

13 years agoDon't display a graph by default, because if you make custom settings,
Robert Konigsberg [Thu, 7 Apr 2011 17:42:35 +0000 (13:42 -0400)]
Don't display a graph by default, because if you make custom settings,
the first run will skew the results.

13 years agotweaks to reduce horizontal width of home page
Dan Vanderkam [Thu, 7 Apr 2011 17:38:39 +0000 (13:38 -0400)]
tweaks to reduce horizontal width of home page

13 years agoReplace default execution with a "go!" button. Also keeping history of
Robert Konigsberg [Thu, 7 Apr 2011 16:33:02 +0000 (12:33 -0400)]
Replace default execution with a "go!" button. Also keeping history of
runs. And because meta is bettah, it even displays the rendering time of
the subgraph. Oh yes. You're welcome. You are welcome.

13 years agoAdd ability to run test many times for a better sense of performance metrics.
Robert Konigsberg [Thu, 7 Apr 2011 15:29:50 +0000 (11:29 -0400)]
Add ability to run test many times for a better sense of performance metrics.

When run multiple times, this results in showing a nice dygraph of the
different runtimes. SELF-HOSTING! WE MUST GO DEEPER.

13 years agog -> g2
Dan Vanderkam [Tue, 5 Apr 2011 19:01:12 +0000 (15:01 -0400)]
g -> g2

13 years agoAdd test for value range being respected when no lines are visible.
Adam Vartanian [Tue, 5 Apr 2011 16:39:30 +0000 (12:39 -0400)]
Add test for value range being respected when no lines are visible.

13 years agoChange no-series-defined behavior so that it computes the
Adam Vartanian [Tue, 5 Apr 2011 16:36:22 +0000 (12:36 -0400)]
Change no-series-defined behavior so that it computes the
extreme range.  This still allows zooming in and respecting
user-defined ranges even when no series are present.

13 years agomerge master
Dan Vanderkam [Tue, 5 Apr 2011 14:35:42 +0000 (10:35 -0400)]
merge master

13 years agogeneral cleanup
Dan Vanderkam [Tue, 5 Apr 2011 14:32:44 +0000 (10:32 -0400)]
general cleanup

13 years agoMerge branch 'master' of https://github.com/nealie/dygraphs into nealie
Dan Vanderkam [Mon, 4 Apr 2011 23:51:53 +0000 (19:51 -0400)]
Merge branch 'master' of https://github.com/nealie/dygraphs into nealie

13 years agotweak demo chart a bit
Dan Vanderkam [Mon, 4 Apr 2011 23:51:06 +0000 (19:51 -0400)]
tweak demo chart a bit

13 years agotweak defaults a bit
Dan Vanderkam [Mon, 4 Apr 2011 23:47:24 +0000 (19:47 -0400)]
tweak defaults a bit

13 years agotwo charts on demo page
Dan Vanderkam [Mon, 4 Apr 2011 12:53:37 +0000 (08:53 -0400)]
two charts on demo page

13 years agoworks in IE8
Dan Vanderkam [Mon, 4 Apr 2011 04:39:00 +0000 (00:39 -0400)]
works in IE8

13 years agoworks in IE9
Dan Vanderkam [Mon, 4 Apr 2011 04:20:26 +0000 (00:20 -0400)]
works in IE9

13 years agomore chart label tweaks -- getting close!
Dan Vanderkam [Mon, 4 Apr 2011 04:12:24 +0000 (00:12 -0400)]
more chart label tweaks -- getting close!

13 years agoMerge branch 'master' into chart-labels
Dan Vanderkam [Mon, 4 Apr 2011 03:17:42 +0000 (23:17 -0400)]
Merge branch 'master' into chart-labels

13 years agoremove flashcanvas
Dan Vanderkam [Mon, 4 Apr 2011 03:17:34 +0000 (23:17 -0400)]
remove flashcanvas

13 years agowrap Date.parse() defensively (mootools and joomla override it with something incompa...
Dan Vanderkam [Mon, 4 Apr 2011 03:11:48 +0000 (23:11 -0400)]
wrap Date.parse() defensively (mootools and joomla override it with something incompatible)

13 years agomove asynchronous JS snippet to <head>
Dan Vanderkam [Fri, 1 Apr 2011 21:57:36 +0000 (17:57 -0400)]
move asynchronous JS snippet to <head>

13 years ago- Merge branch 'master' of http://github.com/danvk/dygraphs
Neal Nelson [Fri, 1 Apr 2011 10:23:02 +0000 (12:23 +0200)]
- Merge branch 'master' of github.com/danvk/dygraphs
- Change noZoomFlagChange option to isZoomedIgnoreProgrammaticZoom.
- Move the isZoomed demo to tests/is-zoomed.html.
Conflicts:
docs/index.html
dygraph.js

13 years agoadd analytics to all dygraphs pages
Dan Vanderkam [Thu, 31 Mar 2011 18:15:21 +0000 (14:15 -0400)]
add analytics to all dygraphs pages

13 years agoMerge branch 'master' into chart-labels
Dan Vanderkam [Thu, 31 Mar 2011 16:31:57 +0000 (12:31 -0400)]
Merge branch 'master' into chart-labels

13 years agoadd debug mode to generate-documentation and fix small bug
Dan Vanderkam [Thu, 31 Mar 2011 15:53:36 +0000 (11:53 -0400)]
add debug mode to generate-documentation and fix small bug

13 years agoMerge branch 'master' of https://github.com/kberg/dygraphs
Dan Vanderkam [Thu, 31 Mar 2011 15:40:05 +0000 (11:40 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs

13 years agoBug in panEdgeFraction -- release prior values so that you can unset the pan edge...
Robert Konigsberg [Thu, 31 Mar 2011 15:38:15 +0000 (11:38 -0400)]
Bug in panEdgeFraction -- release prior values so that you can unset the pan edge fraction.

13 years agoMerge branch 'master' of https://github.com/kberg/dygraphs
Dan Vanderkam [Thu, 31 Mar 2011 15:21:15 +0000 (11:21 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs

13 years agoAlterations based on code review.
Robert Konigsberg [Wed, 30 Mar 2011 02:22:27 +0000 (22:22 -0400)]
Alterations based on code review.

13 years agoMerge branch 'master' of https://github.com/kberg/dygraphs
Dan Vanderkam [Mon, 28 Mar 2011 03:51:46 +0000 (23:51 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs

13 years agofix roller positioning; add labels to docs page
Dan Vanderkam [Mon, 28 Mar 2011 03:05:01 +0000 (23:05 -0400)]
fix roller positioning; add labels to docs page

13 years agoFirst shot at panFrame, which frames how far you can pan outside the graph's visible...
Robert Konigsberg [Sun, 27 Mar 2011 19:59:39 +0000 (15:59 -0400)]
First shot at panFrame, which frames how far you can pan outside the graph's visible boundaries.

Something's a little off with the calculations, though, when panning upper bounds - what am I getting wrong?

13 years agoAdding a "number of series" field to the benchmark, and also add a "completed in...
Robert Konigsberg [Sun, 27 Mar 2011 19:38:06 +0000 (15:38 -0400)]
Adding a "number of series" field to the benchmark, and also add a "completed in x milliseconds" comment.

13 years agoa few more tweaks
Dan Vanderkam [Sat, 26 Mar 2011 23:23:13 +0000 (19:23 -0400)]
a few more tweaks

13 years agoInitial implementation
Dan Vanderkam [Sat, 26 Mar 2011 21:18:39 +0000 (17:18 -0400)]
Initial implementation

13 years agoRemoving unnecessary HTML from per-series.
Robert Konigsberg [Thu, 24 Mar 2011 14:59:28 +0000 (10:59 -0400)]
Removing unnecessary HTML from per-series.

13 years agoClean up perf.html for readability.
Robert Konigsberg [Thu, 24 Mar 2011 14:36:26 +0000 (10:36 -0400)]
Clean up perf.html for readability.

13 years agofix issue 170
Dan Vanderkam [Wed, 23 Mar 2011 16:08:19 +0000 (12:08 -0400)]
fix issue 170

13 years agoupdate IE documentation on home page
Dan Vanderkam [Tue, 22 Mar 2011 04:17:21 +0000 (00:17 -0400)]
update IE documentation on home page

13 years agoadd the magic <meta> tag for IE8+9
Dan Vanderkam [Tue, 22 Mar 2011 03:27:55 +0000 (23:27 -0400)]
add the magic <meta> tag for IE8+9

13 years agopush flashcanvas to web
Dan Vanderkam [Tue, 22 Mar 2011 01:24:40 +0000 (21:24 -0400)]
push flashcanvas to web

13 years agoAdd flashcanvas
Dan Vanderkam [Tue, 22 Mar 2011 01:24:08 +0000 (21:24 -0400)]
Add flashcanvas

13 years agoupdate IE notes
Dan Vanderkam [Mon, 21 Mar 2011 16:43:08 +0000 (12:43 -0400)]
update IE notes

13 years agoadd HTML5 doctype to docs pages
Dan Vanderkam [Mon, 21 Mar 2011 15:13:21 +0000 (11:13 -0400)]
add HTML5 doctype to docs pages

13 years agoadd HTML5 doctype to all tests
Dan Vanderkam [Mon, 21 Mar 2011 15:12:44 +0000 (11:12 -0400)]
add HTML5 doctype to all tests

13 years agofix gviz-numeric test
Dan Vanderkam [Sat, 19 Mar 2011 17:29:52 +0000 (13:29 -0400)]
fix gviz-numeric test

13 years agofix error when no series are visible
Dan Vanderkam [Sat, 19 Mar 2011 16:46:52 +0000 (12:46 -0400)]
fix error when no series are visible

13 years agoMerge branch 'master' of https://github.com/kberg/dygraphs
Dan Vanderkam [Mon, 14 Mar 2011 23:30:41 +0000 (19:30 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs

13 years agoMerge branch 'master' of https://github.com/raineth/dygraphs
Dan Vanderkam [Mon, 14 Mar 2011 23:28:48 +0000 (19:28 -0400)]
Merge branch 'master' of https://github.com/raineth/dygraphs

13 years agoUpdate documentation, include anchors for each option.
Robert Konigsberg [Mon, 14 Mar 2011 16:50:07 +0000 (12:50 -0400)]
Update documentation, include anchors for each option.

13 years agoFix typo in logscale option documentation.
Robert Konigsberg [Mon, 14 Mar 2011 16:30:57 +0000 (12:30 -0400)]
Fix typo in logscale option documentation.

13 years agodocument annotation callbacks
Dan Vanderkam [Mon, 14 Mar 2011 04:17:13 +0000 (00:17 -0400)]
document annotation callbacks

13 years agoempty docs for two more optoins
Dan Vanderkam [Mon, 14 Mar 2011 04:06:13 +0000 (00:06 -0400)]
empty docs for two more optoins

13 years agopy -> sh
Dan Vanderkam [Mon, 14 Mar 2011 04:01:33 +0000 (00:01 -0400)]
py -> sh

13 years agogenerate docs in push-to-web checked_reference
Dan Vanderkam [Mon, 14 Mar 2011 03:48:02 +0000 (23:48 -0400)]
generate docs in push-to-web

13 years agoupdate compressed size
Dan Vanderkam [Mon, 14 Mar 2011 03:45:01 +0000 (23:45 -0400)]
update compressed size

13 years agoremove old options reference
Dan Vanderkam [Mon, 14 Mar 2011 03:43:50 +0000 (23:43 -0400)]
remove old options reference

13 years agoadd categories
Dan Vanderkam [Sun, 13 Mar 2011 20:50:47 +0000 (16:50 -0400)]
add categories

13 years agomore comments
Dan Vanderkam [Sun, 13 Mar 2011 19:40:33 +0000 (15:40 -0400)]
more comments

13 years agoscript for generating HTML docs
Dan Vanderkam [Sun, 13 Mar 2011 19:37:07 +0000 (15:37 -0400)]
script for generating HTML docs

13 years agoadjust slightly for JSON parsing; add comment about JSON
Dan Vanderkam [Sun, 13 Mar 2011 19:36:55 +0000 (15:36 -0400)]
adjust slightly for JSON parsing; add comment about JSON

13 years agomake the options reference into valid JSON
Dan Vanderkam [Fri, 11 Mar 2011 22:37:00 +0000 (17:37 -0500)]
make the options reference into valid JSON

13 years agostrip options reference from combined
Dan Vanderkam [Fri, 11 Mar 2011 22:19:55 +0000 (17:19 -0500)]
strip options reference from combined

13 years agoinstitute really draconian options documentation requirements
Dan Vanderkam [Fri, 11 Mar 2011 06:30:30 +0000 (01:30 -0500)]
institute really draconian options documentation requirements

13 years agoadd docs for "legend" option
Dan Vanderkam [Thu, 10 Mar 2011 05:59:50 +0000 (00:59 -0500)]
add docs for "legend" option

13 years agoadd "legend" option and an example of its usage.
Dan Vanderkam [Thu, 10 Mar 2011 05:56:00 +0000 (00:56 -0500)]
add "legend" option and an example of its usage.

13 years agofactor out logic for generating the html legend
Dan Vanderkam [Tue, 8 Mar 2011 21:20:40 +0000 (16:20 -0500)]
factor out logic for generating the html legend

13 years agoFix CSVs with a numeric (non-date) X axis and add a test for that case.
Ben Winslow [Fri, 4 Mar 2011 07:47:44 +0000 (02:47 -0500)]
Fix CSVs with a numeric (non-date) X axis and add a test for that case.

13 years agomore warnings on CSV parsing
Dan Vanderkam [Thu, 3 Mar 2011 05:32:36 +0000 (23:32 -0600)]
more warnings on CSV parsing

13 years agorecord Dygraph in independent-series.html
Dan Vanderkam [Thu, 3 Mar 2011 01:09:08 +0000 (19:09 -0600)]
record Dygraph in independent-series.html

13 years agoparse "NaN" as NaN, not null. Log descriptive errors on bad values
Dan Vanderkam [Thu, 3 Mar 2011 01:08:50 +0000 (19:08 -0600)]
parse "NaN" as NaN, not null. Log descriptive errors on bad values

13 years agoA warning and better default behavior when labels option and CSV labels are both...
Dan Vanderkam [Thu, 3 Mar 2011 00:37:35 +0000 (19:37 -0500)]
A warning and better default behavior when labels option and CSV labels are both present

13 years agofix bug (I think) introduced by 6faebb69
Dan Vanderkam [Thu, 3 Mar 2011 00:22:48 +0000 (19:22 -0500)]
fix bug (I think) introduced by 6faebb69

13 years agocsv format does not work
Dan Vanderkam [Wed, 2 Mar 2011 23:37:41 +0000 (18:37 -0500)]
csv format does not work

13 years agodemonstration of independent series w/ NaN
Dan Vanderkam [Wed, 2 Mar 2011 23:26:47 +0000 (18:26 -0500)]
demonstration of independent series w/ NaN