Dan Vanderkam [Sun, 11 Dec 2011 15:46:58 +0000 (10:46 -0500)]
Add support for animated zooms.
This is currently disabled by default, but can be enabled via the animatedZooms
option. The animation always uses 10 frames and lasts 200 ms, though this will
likely change in the future.
Includes some internal refactoring to reduce the amount of work done on each
animation frame.
Dan Vanderkam [Fri, 9 Dec 2011 18:24:05 +0000 (13:24 -0500)]
Add jsdoc for setAnnotations() and an example of how to use them with native-format dates.
Dan Vanderkam [Thu, 17 Nov 2011 22:23:48 +0000 (17:23 -0500)]
Patch for issue 242 from kberg
Dan Vanderkam [Sat, 5 Nov 2011 17:38:12 +0000 (10:38 -0700)]
Merge pull request #97 from bombela/master
fix js exception on interactive zoom
François-Xavier Bourlet [Wed, 2 Nov 2011 04:54:42 +0000 (21:54 -0700)]
fix js exception on interactive zoom
I only tried and noticed this bug with chrome and firefox.
The bug was introduced in commit:
920208fbb3565a1f9075d49a7be486819bdd1174
The code is trying to access to a non existent property
"this.layout_.plotArea" while the correct version seem
to be "this.layout_.getPlotArea()".
Dan Vanderkam [Wed, 19 Oct 2011 09:52:14 +0000 (05:52 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs
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.
Robert Konigsberg [Mon, 17 Oct 2011 16:38:37 +0000 (12:38 -0400)]
Move to JSTD133
Robert Konigsberg [Mon, 17 Oct 2011 16:34:40 +0000 (12:34 -0400)]
Enhancement to dygraph-many-point*-benchmark.html
Dan Vanderkam [Sun, 2 Oct 2011 10:27:51 +0000 (06:27 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs
Robert Konigsberg [Thu, 22 Sep 2011 19:18:53 +0000 (12:18 -0700)]
Merge pull request #89 from flooey/master
Test for previous bugfix
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.
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
Robert Konigsberg [Thu, 22 Sep 2011 14:40:11 +0000 (07:40 -0700)]
Merge pull request #88 from kberg/master
Fixing bug 87
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.)
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.
Dan Vanderkam [Mon, 29 Aug 2011 20:42:38 +0000 (16:42 -0400)]
temporarily disable some ticker tests
Dan Vanderkam [Fri, 26 Aug 2011 17:37:52 +0000 (10:37 -0700)]
update docs to point to blog
Dan Vanderkam [Thu, 25 Aug 2011 22:00:05 +0000 (18:00 -0400)]
switch from underscores to hyphens for CSS class names
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.
Dan Vanderkam [Thu, 18 Aug 2011 14:02:38 +0000 (10:02 -0400)]
update license comments
Dan Vanderkam [Wed, 17 Aug 2011 19:55:49 +0000 (15:55 -0400)]
fix disappearing annotations bug
Dan Vanderkam [Wed, 17 Aug 2011 17:51:36 +0000 (13:51 -0400)]
update All Rights Reserved string
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.
Dan Vanderkam [Thu, 11 Aug 2011 21:42:55 +0000 (17:42 -0400)]
error bars test
Dan Vanderkam [Thu, 11 Aug 2011 21:24:28 +0000 (17:24 -0400)]
Fix display of error bars when using logscale
Dan Vanderkam [Wed, 10 Aug 2011 21:10:17 +0000 (17:10 -0400)]
remove extra log
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.
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
Dan Vanderkam [Tue, 9 Aug 2011 15:46:45 +0000 (11:46 -0400)]
A small shell script to create a new auto_test
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.
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.
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.
Dan Vanderkam [Tue, 2 Aug 2011 04:25:37 +0000 (07:25 +0300)]
Merge branch 'master' of github.com:danvk/dygraphs
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.
Dan Vanderkam [Tue, 2 Aug 2011 04:23:55 +0000 (07:23 +0300)]
cleanup; use passing assert
Dan Vanderkam [Tue, 2 Aug 2011 04:20:31 +0000 (07:20 +0300)]
Merge branch 'master' of https://github.com/lrobb/dygraphs into lrobb
Dan Vanderkam [Tue, 2 Aug 2011 04:19:17 +0000 (07:19 +0300)]
Merge branch 'master' of github.com:danvk/dygraphs
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.
unknown [Mon, 1 Aug 2011 00:01:56 +0000 (19:01 -0500)]
Format for x-axis labels test added.
Dan Vanderkam [Wed, 27 Jul 2011 07:27:25 +0000 (03:27 -0400)]
remove ineffective labelsDivStyle, rename the other
Dan Vanderkam [Wed, 27 Jul 2011 07:25:22 +0000 (03:25 -0400)]
set class on labelsDiv
Dan Vanderkam [Wed, 27 Jul 2011 07:14:43 +0000 (03:14 -0400)]
resize automatically
Dan Vanderkam [Tue, 26 Jul 2011 21:00:47 +0000 (17:00 -0400)]
fix bug with invisible dygraphs and add a regression test
Dan Vanderkam [Tue, 26 Jul 2011 15:21:45 +0000 (11:21 -0400)]
change line endings back in rgbcolor.js
Dan Vanderkam [Tue, 26 Jul 2011 15:14:59 +0000 (11:14 -0400)]
misc cleanup
Dan Vanderkam [Tue, 26 Jul 2011 04:49:41 +0000 (00:49 -0400)]
add timingName option
Dan Vanderkam [Tue, 26 Jul 2011 03:44:54 +0000 (23:44 -0400)]
clean up alignment
Dan Vanderkam [Tue, 26 Jul 2011 03:32:26 +0000 (23:32 -0400)]
Merge branch 'canvas' of https://github.com/clocksmith/dygraphs
Dan Vanderkam [Tue, 26 Jul 2011 03:30:00 +0000 (23:30 -0400)]
temporarily disable optimization
Dan Vanderkam [Tue, 26 Jul 2011 03:28:45 +0000 (23:28 -0400)]
regression test for dense setSelection bug; currently fails
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.
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.
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
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.
Dan Vanderkam [Tue, 19 Jul 2011 21:36:05 +0000 (17:36 -0400)]
drop pixel skipping optimization w/ annotations, too
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.
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.
Dan Vanderkam [Fri, 15 Jul 2011 20:27:45 +0000 (16:27 -0400)]
Division by zero bug fix and regression test
Dan Vanderkam [Tue, 12 Jul 2011 21:27:39 +0000 (17:27 -0400)]
kberg requests that nonInteractiveModel be private
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.
Anthony Robledo [Fri, 1 Jul 2011 17:10:41 +0000 (13:10 -0400)]
Updated the random function generator to be less sporadic.
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.
Dan Vanderkam [Thu, 7 Jul 2011 21:02:25 +0000 (17:02 -0400)]
make dygraph-dev a bit smarter
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.
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.
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
Robert Konigsberg [Mon, 27 Jun 2011 20:22:37 +0000 (16:22 -0400)]
Comment update.
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.
Dan Vanderkam [Mon, 27 Jun 2011 18:56:09 +0000 (11:56 -0700)]
Merge pull request #68 from clocksmith/master
changes
Anthony Robledo [Mon, 27 Jun 2011 18:52:09 +0000 (14:52 -0400)]
Added an average metric for dygraphs many points benchmark.
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.
Dan Vanderkam [Mon, 27 Jun 2011 14:55:31 +0000 (10:55 -0400)]
fix title on changes.html
Robert Konigsberg [Tue, 14 Jun 2011 19:53:05 +0000 (15:53 -0400)]
Comment removal
Robert Konigsberg [Tue, 14 Jun 2011 19:46:55 +0000 (15:46 -0400)]
Tests for when the graph is embedded in a scrolling div.
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.
Robert Konigsberg [Tue, 14 Jun 2011 18:33:02 +0000 (14:33 -0400)]
Getting more errors from tests.
Robert Konigsberg [Tue, 14 Jun 2011 18:04:52 +0000 (14:04 -0400)]
typo.
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.
Dan Vanderkam [Tue, 14 Jun 2011 15:22:28 +0000 (11:22 -0400)]
remove NOTE, update comment
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.
Robert Konigsberg [Thu, 9 Jun 2011 22:25:03 +0000 (18:25 -0400)]
Clarification of the point/points parameters.
Robert Konigsberg [Thu, 9 Jun 2011 20:43:45 +0000 (16:43 -0400)]
Merge branch 'master' of https://github.com/kberg/dygraphs
Robert Konigsberg [Thu, 9 Jun 2011 20:42:47 +0000 (16:42 -0400)]
Clarify role of generate-documentation.py
Robert Konigsberg [Thu, 9 Jun 2011 20:39:36 +0000 (16:39 -0400)]
Update document reference; add docs for pointClickCallback, and clarify
clickCallback.
Dan Vanderkam [Tue, 7 Jun 2011 15:04:07 +0000 (11:04 -0400)]
fix re-use of loop index
Dan Vanderkam [Tue, 7 Jun 2011 04:58:11 +0000 (00:58 -0400)]
update test includes
Dan Vanderkam [Tue, 7 Jun 2011 04:36:17 +0000 (00:36 -0400)]
tests pass
Dan Vanderkam [Mon, 6 Jun 2011 15:54:48 +0000 (11:54 -0400)]
file-level comments
Dan Vanderkam [Mon, 6 Jun 2011 15:53:03 +0000 (11:53 -0400)]
factor out dygraph-utils.js
Dan Vanderkam [Mon, 6 Jun 2011 13:39:25 +0000 (09:39 -0400)]
factor out interaction model
Dan Vanderkam [Mon, 6 Jun 2011 13:33:55 +0000 (09:33 -0400)]
fix merge issue
Dan Vanderkam [Mon, 6 Jun 2011 13:28:08 +0000 (09:28 -0400)]
un-HTMLify autotests README
Dan Vanderkam [Mon, 6 Jun 2011 13:15:53 +0000 (09:15 -0400)]
merge upstream changes
Robert Konigsberg [Sat, 4 Jun 2011 02:18:55 +0000 (22:18 -0400)]
Make addition of box slightly prettier. I'm crazy like that.
Dan Vanderkam [Thu, 2 Jun 2011 21:33:29 +0000 (17:33 -0400)]
merge in kberg changes
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}.
Robert Konigsberg [Thu, 2 Jun 2011 20:15:32 +0000 (16:15 -0400)]
Tests for pointClickCallback.
Robert Konigsberg [Thu, 2 Jun 2011 19:55:08 +0000 (15:55 -0400)]
Add useful comments to some of the mousedispatch methods.
Dan Vanderkam [Thu, 2 Jun 2011 19:09:06 +0000 (15:09 -0400)]
debug -> options-reference