dygraphs.git
12 years agoVarious fixes/workarounds for IE7/IE8 and some fixes/tweaks of range selector
Paul Felix [Mon, 17 Oct 2011 22:15:55 +0000 (18:15 -0400)]
Various fixes/workarounds for IE7/IE8 and some fixes/tweaks of range selector

For background on IE7/IE8 work, see the following:

http://groups.google.com/group/dygraphs-users/browse_thread/thread/8c305992bf185ea8

Also, I have a fix of a recent commit in dygraph-utils.js that checks for instance of Node, which doesn't exist in IE7/IE8.

In addition to some minor tweaks and code cleanup in dygraph-range-selector.js, there's a fix for issue #90.

12 years agoMove to JSTD133
Robert Konigsberg [Mon, 17 Oct 2011 16:38:37 +0000 (12:38 -0400)]
Move to JSTD133

12 years agoEnhancement to dygraph-many-point*-benchmark.html
Robert Konigsberg [Mon, 17 Oct 2011 16:34:40 +0000 (12:34 -0400)]
Enhancement to dygraph-many-point*-benchmark.html

12 years agoMerge pull request #89 from flooey/master
Robert Konigsberg [Thu, 22 Sep 2011 19:18:53 +0000 (12:18 -0700)]
Merge pull request #89 from flooey/master

Test for previous bugfix

12 years agoAdd test for laying out multiple axis items that ensures that
Adam Vartanian [Thu, 22 Sep 2011 18:32:54 +0000 (14:32 -0400)]
Add test for laying out multiple axis items that ensures that
all the components are within the specified bounds of the graph.

Part of this is commented out because there is currently a bug
that causes text to overflow if the browser inserts a linebreak.

12 years agoMerge pull request #86 from flooey/master
Robert Konigsberg [Thu, 22 Sep 2011 14:58:30 +0000 (07:58 -0700)]
Merge pull request #86 from flooey/master

Fix bug where second axis would extend beyond graph boundaries

12 years agoMerge pull request #88 from kberg/master
Robert Konigsberg [Thu, 22 Sep 2011 14:40:11 +0000 (07:40 -0700)]
Merge pull request #88 from kberg/master

Fixing bug 87

12 years agoFix infinite loop when updateOptions contains labelsDiv (or any other document node...
Robert Konigsberg [Thu, 22 Sep 2011 14:38:07 +0000 (10:38 -0400)]
Fix infinite loop when updateOptions contains labelsDiv (or any other document node for that matter.)

12 years agoChange DygraphLayout so it calculates the plot area when its requested
Adam Vartanian [Fri, 16 Sep 2011 23:58:10 +0000 (19:58 -0400)]
Change DygraphLayout so it calculates the plot area when its requested
rather than at construction.  The layout is constructed before axis
information has been parsed, so it always assumes there's only one axis
and never learns otherwise.

Update test to show a border around the div bounding box.  Prior to the
fix, the second axis would clearly extend beyond the box.

12 years agotemporarily disable some ticker tests
Dan Vanderkam [Mon, 29 Aug 2011 20:42:38 +0000 (16:42 -0400)]
temporarily disable some ticker tests

12 years agoswitch from underscores to hyphens for CSS class names
Dan Vanderkam [Thu, 25 Aug 2011 22:00:05 +0000 (18:00 -0400)]
switch from underscores to hyphens for CSS class names

12 years agoA range selector widget for dygraphs.
Paul Felix [Thu, 25 Aug 2011 21:28:11 +0000 (14:28 -0700)]
A range selector widget for dygraphs.

This activates a more discoverable UI for panning and zooming, very similar to
the one used by the Annotated Timeline widget on Google Finance. Enable it by
passing 'showRangeSelector: true' in the constructor options.

12 years agoupdate license comments
Dan Vanderkam [Thu, 18 Aug 2011 14:02:38 +0000 (10:02 -0400)]
update license comments

12 years agofix disappearing annotations bug
Dan Vanderkam [Wed, 17 Aug 2011 19:55:49 +0000 (15:55 -0400)]
fix disappearing annotations bug

12 years agoupdate All Rights Reserved string
Dan Vanderkam [Wed, 17 Aug 2011 17:51:36 +0000 (13:51 -0400)]
update All Rights Reserved string

12 years agoFactor out ticker functions and clean up their semantics/usage.
Dan Vanderkam [Wed, 17 Aug 2011 17:01:47 +0000 (13:01 -0400)]
Factor out ticker functions and clean up their semantics/usage.

This introduces a new syntax for per-axis properties:

axes: {
  x: {
    valueFormatter: ...
  }
}

The old syntax (xValueFormatter) still works, but is less general.
The valueFormatter and axisLabelFormatter options are now used
consistently between x- and y-axes and have a predictable set of
parameters.

Includes lots of tests for all relevant behaviors.

12 years agoerror bars test
Dan Vanderkam [Thu, 11 Aug 2011 21:42:55 +0000 (17:42 -0400)]
error bars test

12 years agoFix display of error bars when using logscale
Dan Vanderkam [Thu, 11 Aug 2011 21:24:28 +0000 (17:24 -0400)]
Fix display of error bars when using logscale

12 years agoremove extra log
Dan Vanderkam [Wed, 10 Aug 2011 21:10:17 +0000 (17:10 -0400)]
remove extra log

12 years agoSet a max-width on the content column of the main documentation page and add a "Fork...
Dan Vanderkam [Tue, 9 Aug 2011 20:28:10 +0000 (16:28 -0400)]
Set a max-width on the content column of the main documentation page and add a "Fork me on github" ribbon.

12 years agoAdd a test case for rolling averages and fix two bugs that it uncovered
Dan Vanderkam [Tue, 9 Aug 2011 15:47:12 +0000 (11:47 -0400)]
Add a test case for rolling averages and fix two bugs that it uncovered

12 years agoA small shell script to create a new auto_test
Dan Vanderkam [Tue, 9 Aug 2011 15:46:45 +0000 (11:46 -0400)]
A small shell script to create a new auto_test

12 years agoSimplify running tests from auto_tests/misc/local.html. Now a one-step process with...
Dan Vanderkam [Mon, 8 Aug 2011 11:25:00 +0000 (07:25 -0400)]
Simplify running tests from auto_tests/misc/local.html. Now a one-step process with full auto-complete.

12 years agoFrom antrob: Single point per pixel, do the optimization in the actual rendering...
Dan Vanderkam [Wed, 3 Aug 2011 18:19:00 +0000 (21:19 +0300)]
From antrob: Single point per pixel, do the optimization in the actual rendering function.

This is not as fast as skipping the points altogether, but it still
provides an excellent speed up for large data sets and will not cause
issues with other functions that expect the points to be there.

This is safe with setSelection, annotations, etc.

12 years agoFrom antrob; don't recalculate layout when updateOptions() would not change it.
Dan Vanderkam [Tue, 2 Aug 2011 04:35:17 +0000 (07:35 +0300)]
From antrob; don't recalculate layout when updateOptions() would not change it.

This suppresses recalculation of the pixel position of points when calling
updateOptions() with options which will not affect the layout. Insignificant
for small graphs, but this change provides a great performance boost for
changing options for graphs with multiple data sets.

Anthony saw something like a 30-40% speedup for dense charts.

12 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Tue, 2 Aug 2011 04:25:37 +0000 (07:25 +0300)]
Merge branch 'master' of github.com:danvk/dygraphs

12 years agoMerge pull request #81 from kberg/master
Dan Vanderkam [Tue, 2 Aug 2011 04:25:21 +0000 (21:25 -0700)]
Merge pull request #81 from kberg/master

Simpler test execution when running locally.

12 years agocleanup; use passing assert
Dan Vanderkam [Tue, 2 Aug 2011 04:23:55 +0000 (07:23 +0300)]
cleanup; use passing assert

12 years agoMerge branch 'master' of https://github.com/lrobb/dygraphs into lrobb
Dan Vanderkam [Tue, 2 Aug 2011 04:20:31 +0000 (07:20 +0300)]
Merge branch 'master' of https://github.com/lrobb/dygraphs into lrobb

12 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Tue, 2 Aug 2011 04:19:17 +0000 (07:19 +0300)]
Merge branch 'master' of github.com:danvk/dygraphs

12 years agoProvide local test execution by function reference, which is much
Robert Konigsberg [Mon, 1 Aug 2011 20:09:57 +0000 (16:09 -0400)]
Provide local test execution by function reference, which is much
friendlier than existing string-based invocation.

12 years agoFormat for x-axis labels test added.
unknown [Mon, 1 Aug 2011 00:01:56 +0000 (19:01 -0500)]
Format for x-axis labels test added.

12 years agoremove ineffective labelsDivStyle, rename the other
Dan Vanderkam [Wed, 27 Jul 2011 07:27:25 +0000 (03:27 -0400)]
remove ineffective labelsDivStyle, rename the other

12 years agoset class on labelsDiv
Dan Vanderkam [Wed, 27 Jul 2011 07:25:22 +0000 (03:25 -0400)]
set class on labelsDiv

12 years agoresize automatically
Dan Vanderkam [Wed, 27 Jul 2011 07:14:43 +0000 (03:14 -0400)]
resize automatically

12 years agofix bug with invisible dygraphs and add a regression test
Dan Vanderkam [Tue, 26 Jul 2011 21:00:47 +0000 (17:00 -0400)]
fix bug with invisible dygraphs and add a regression test

12 years agochange line endings back in rgbcolor.js
Dan Vanderkam [Tue, 26 Jul 2011 15:21:45 +0000 (11:21 -0400)]
change line endings back in rgbcolor.js

12 years agomisc cleanup
Dan Vanderkam [Tue, 26 Jul 2011 15:14:59 +0000 (11:14 -0400)]
misc cleanup

12 years agoadd timingName option
Dan Vanderkam [Tue, 26 Jul 2011 04:49:41 +0000 (00:49 -0400)]
add timingName option

12 years agoclean up alignment
Dan Vanderkam [Tue, 26 Jul 2011 03:44:54 +0000 (23:44 -0400)]
clean up alignment

12 years agoMerge branch 'canvas' of https://github.com/clocksmith/dygraphs
Dan Vanderkam [Tue, 26 Jul 2011 03:32:26 +0000 (23:32 -0400)]
Merge branch 'canvas' of https://github.com/clocksmith/dygraphs

12 years agotemporarily disable optimization
Dan Vanderkam [Tue, 26 Jul 2011 03:30:00 +0000 (23:30 -0400)]
temporarily disable optimization

12 years agoregression test for dense setSelection bug; currently fails
Dan Vanderkam [Tue, 26 Jul 2011 03:28:45 +0000 (23:28 -0400)]
regression test for dense setSelection bug; currently fails

12 years agoprefer to use offsetWidth & offsetHeight when applicable. Add auto_test for dygraph...
Dan Vanderkam [Mon, 25 Jul 2011 22:45:37 +0000 (18:45 -0400)]
prefer to use offsetWidth & offsetHeight when applicable. Add auto_test for dygraph div sizing.

12 years agochanged renderLineCharts algorithm for graphs without errorbars from O(k^2 * n)...
Anthony Robledo [Wed, 20 Jul 2011 21:13:37 +0000 (17:13 -0400)]
changed renderLineCharts algorithm for graphs without errorbars  from O(k^2 * n) to O(k * n) where k is number of series and n is number of points per series.

12 years agoMerge pull request #76 from clocksmith/singleppp
Dan Vanderkam [Wed, 20 Jul 2011 15:17:04 +0000 (08:17 -0700)]
Merge pull request #76 from clocksmith/singleppp

Deleted unnecessary line that was causing variable name collision that af

12 years agoDeleted unnecessary line that was causing variable name collision that affected singl...
Anthony Robledo [Wed, 20 Jul 2011 02:03:54 +0000 (22:03 -0400)]
Deleted unnecessary line that was causing variable name collision that affected single point per pixel optimization.

12 years agodrop pixel skipping optimization w/ annotations, too
Dan Vanderkam [Tue, 19 Jul 2011 21:36:05 +0000 (17:36 -0400)]
drop pixel skipping optimization w/ annotations, too

12 years agoOnly add 1 point per pixel for graphs without error bars to speed up rendering.
Anthony Robledo [Tue, 19 Jul 2011 21:00:01 +0000 (17:00 -0400)]
Only add 1 point per pixel for graphs without error bars to speed up rendering.

12 years agoAdded two demos to the tests folder for the sf vs ny temperatures.
Anthony Robledo [Tue, 19 Jul 2011 20:21:46 +0000 (16:21 -0400)]
Added two demos to the tests folder for the sf vs ny temperatures.

12 years agoDivision by zero bug fix and regression test
Dan Vanderkam [Fri, 15 Jul 2011 20:27:45 +0000 (16:27 -0400)]
Division by zero bug fix and regression test

12 years agokberg requests that nonInteractiveModel be private
Dan Vanderkam [Tue, 12 Jul 2011 21:27:39 +0000 (17:27 -0400)]
kberg requests that nonInteractiveModel be private

12 years agoAdd Dygraph.Interaction.nonInteractiveModel. This disables pan/zoom interactions...
Dan Vanderkam [Tue, 12 Jul 2011 19:55:55 +0000 (15:55 -0400)]
Add Dygraph.Interaction.nonInteractiveModel. This disables pan/zoom interactions while preserving the expected behavior of clickCallback and pointClickCallback. Also includes a test and auto_test.

12 years agoUpdated the random function generator to be less sporadic.
Anthony Robledo [Fri, 1 Jul 2011 17:10:41 +0000 (13:10 -0400)]
Updated the random function generator to be less sporadic.

12 years agoAdded an option to plot random points instead of just a sine wave.
Anthony Robledo [Tue, 28 Jun 2011 19:45:53 +0000 (15:45 -0400)]
Added an option to plot random points instead of just a sine wave.

12 years agomake dygraph-dev a bit smarter
Dan Vanderkam [Thu, 7 Jul 2011 21:02:25 +0000 (17:02 -0400)]
make dygraph-dev a bit smarter

13 years agoMerge pull request #69 from kberg/master
Dan Vanderkam [Tue, 28 Jun 2011 14:59:07 +0000 (07:59 -0700)]
Merge pull request #69 from kberg/master

Fix 203 for real. It was just a bad test.

13 years agoBad test! Use pixel counts, don't rely on stupid anchor tags.
Robert Konigsberg [Mon, 27 Jun 2011 22:38:53 +0000 (18:38 -0400)]
Bad test! Use pixel counts, don't rely on stupid anchor tags.

13 years agoMerge pull request #67 from kberg/master
Dan Vanderkam [Mon, 27 Jun 2011 20:23:21 +0000 (13:23 -0700)]
Merge pull request #67 from kberg/master

Test and fix for issue 203

13 years agoComment update.
Robert Konigsberg [Mon, 27 Jun 2011 20:22:37 +0000 (16:22 -0400)]
Comment update.

13 years agoFix pointClickCallback and resizing coordinate weirdness when inside a
Robert Konigsberg [Mon, 27 Jun 2011 20:18:47 +0000 (16:18 -0400)]
Fix pointClickCallback and resizing coordinate weirdness when inside a
scrolling div element.

13 years agoMerge pull request #68 from clocksmith/master
Dan Vanderkam [Mon, 27 Jun 2011 18:56:09 +0000 (11:56 -0700)]
Merge pull request #68 from clocksmith/master

changes

13 years agoAdded an average metric for dygraphs many points benchmark.
Anthony Robledo [Mon, 27 Jun 2011 18:52:09 +0000 (14:52 -0400)]
Added an average metric for dygraphs many points benchmark.

13 years agoBreaking out of evaluateAnnotations early if there are no annotations.
Anthony Robledo [Mon, 27 Jun 2011 18:49:09 +0000 (14:49 -0400)]
Breaking out of evaluateAnnotations early if there are no annotations.
This resulted in about an 8% speedup.

13 years agofix title on changes.html
Dan Vanderkam [Mon, 27 Jun 2011 14:55:31 +0000 (10:55 -0400)]
fix title on changes.html

13 years agoComment removal
Robert Konigsberg [Tue, 14 Jun 2011 19:53:05 +0000 (15:53 -0400)]
Comment removal

13 years agoTests for when the graph is embedded in a scrolling div.
Robert Konigsberg [Tue, 14 Jun 2011 19:46:55 +0000 (15:46 -0400)]
Tests for when the graph is embedded in a scrolling div.

13 years agoOops! Forgot to rename createEvent_ in all calls; resulting in lots of test failures.
Robert Konigsberg [Tue, 14 Jun 2011 19:46:20 +0000 (15:46 -0400)]
Oops! Forgot to rename createEvent_ in all calls; resulting in lots of test failures.

13 years agoGetting more errors from tests.
Robert Konigsberg [Tue, 14 Jun 2011 18:33:02 +0000 (14:33 -0400)]
Getting more errors from tests.

13 years agotypo.
Robert Konigsberg [Tue, 14 Jun 2011 18:04:52 +0000 (14:04 -0400)]
typo.

13 years agoExtract the function that pushes an event onto the chart, for reuse outside this...
Robert Konigsberg [Tue, 14 Jun 2011 17:13:44 +0000 (13:13 -0400)]
Extract the function that pushes an event onto the chart, for reuse outside this method.

13 years agoremove NOTE, update comment
Dan Vanderkam [Tue, 14 Jun 2011 15:22:28 +0000 (11:22 -0400)]
remove NOTE, update comment

13 years agoAdded code to make tests easier to repeat by specifying them as part of the URL.
Robert Konigsberg [Tue, 14 Jun 2011 15:03:51 +0000 (11:03 -0400)]
Added code to make tests easier to repeat by specifying them as part of the URL.

13 years agoClarification of the point/points parameters.
Robert Konigsberg [Thu, 9 Jun 2011 22:25:03 +0000 (18:25 -0400)]
Clarification of the point/points parameters.

13 years agoMerge branch 'master' of https://github.com/kberg/dygraphs
Robert Konigsberg [Thu, 9 Jun 2011 20:43:45 +0000 (16:43 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs

13 years agoClarify role of generate-documentation.py
Robert Konigsberg [Thu, 9 Jun 2011 20:42:47 +0000 (16:42 -0400)]
Clarify role of generate-documentation.py

13 years agoUpdate document reference; add docs for pointClickCallback, and clarify
Robert Konigsberg [Thu, 9 Jun 2011 20:39:36 +0000 (16:39 -0400)]
Update document reference; add docs for pointClickCallback, and clarify
clickCallback.

13 years agofix re-use of loop index
Dan Vanderkam [Tue, 7 Jun 2011 15:04:07 +0000 (11:04 -0400)]
fix re-use of loop index

13 years agoupdate test includes
Dan Vanderkam [Tue, 7 Jun 2011 04:58:11 +0000 (00:58 -0400)]
update test includes

13 years agotests pass
Dan Vanderkam [Tue, 7 Jun 2011 04:36:17 +0000 (00:36 -0400)]
tests pass

13 years agofile-level comments
Dan Vanderkam [Mon, 6 Jun 2011 15:54:48 +0000 (11:54 -0400)]
file-level comments

13 years agofactor out dygraph-utils.js
Dan Vanderkam [Mon, 6 Jun 2011 15:53:03 +0000 (11:53 -0400)]
factor out dygraph-utils.js

13 years agofactor out interaction model
Dan Vanderkam [Mon, 6 Jun 2011 13:39:25 +0000 (09:39 -0400)]
factor out interaction model

13 years agofix merge issue
Dan Vanderkam [Mon, 6 Jun 2011 13:33:55 +0000 (09:33 -0400)]
fix merge issue

13 years agoun-HTMLify autotests README
Dan Vanderkam [Mon, 6 Jun 2011 13:28:08 +0000 (09:28 -0400)]
un-HTMLify autotests README

13 years agomerge upstream changes
Dan Vanderkam [Mon, 6 Jun 2011 13:15:53 +0000 (09:15 -0400)]
merge upstream changes

13 years agoMake addition of box slightly prettier. I'm crazy like that.
Robert Konigsberg [Sat, 4 Jun 2011 02:18:55 +0000 (22:18 -0400)]
Make addition of box slightly prettier. I'm crazy like that.

13 years agomerge in kberg changes
Dan Vanderkam [Thu, 2 Jun 2011 21:33:29 +0000 (17:33 -0400)]
merge in kberg changes

13 years agoRemoving context from clickCallback because the data I care about can be
Robert Konigsberg [Thu, 2 Jun 2011 20:26:38 +0000 (16:26 -0400)]
Removing context from clickCallback because the data I care about can be
read from e.offset{X,Y}.

13 years agoTests for pointClickCallback.
Robert Konigsberg [Thu, 2 Jun 2011 20:15:32 +0000 (16:15 -0400)]
Tests for pointClickCallback.

13 years agoAdd useful comments to some of the mousedispatch methods.
Robert Konigsberg [Thu, 2 Jun 2011 19:55:08 +0000 (15:55 -0400)]
Add useful comments to some of the mousedispatch methods.

13 years agodebug -> options-reference
Dan Vanderkam [Thu, 2 Jun 2011 19:09:06 +0000 (15:09 -0400)]
debug -> options-reference

13 years agoMerge branch 'master' into split
Dan Vanderkam [Thu, 2 Jun 2011 19:06:13 +0000 (15:06 -0400)]
Merge branch 'master' into split

13 years agoRestructure the nature of click callbacks. PointClickCallback now
Robert Konigsberg [Thu, 2 Jun 2011 19:03:00 +0000 (15:03 -0400)]
Restructure the nature of click callbacks. PointClickCallback now
occurrs prior to clickCallback.

Also, point size taken into account for determining pointClickCallback.

13 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Thu, 2 Jun 2011 18:38:33 +0000 (14:38 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs

13 years agofix bug in tests/resize.html
Dan Vanderkam [Thu, 2 Jun 2011 18:38:16 +0000 (14:38 -0400)]
fix bug in tests/resize.html

13 years agoBetter pointClickCallback, updated doc.
Robert Konigsberg [Wed, 1 Jun 2011 19:46:19 +0000 (15:46 -0400)]
Better pointClickCallback, updated doc.

13 years agoallow XHRs from file:/// URLs with the right flags
Dan Vanderkam [Wed, 1 Jun 2011 15:57:51 +0000 (11:57 -0400)]
allow XHRs from file:/// URLs with the right flags

13 years agosplit up library, use an autoloader
Dan Vanderkam [Mon, 30 May 2011 21:19:20 +0000 (17:19 -0400)]
split up library, use an autoloader

13 years agoSmall bug: when selPoints_ is empty, pointClickCallback is always called
Robert Konigsberg [Wed, 25 May 2011 18:59:10 +0000 (14:59 -0400)]
Small bug: when selPoints_ is empty, pointClickCallback is always called
because closestDistance < 5*5. So make it MAX_NUM. We could probably
remove the closestIdx == 1 too.