Dan Vanderkam [Fri, 22 Oct 2010 03:07:09 +0000 (23:07 -0400)]
fix color-visibility test
Dan Vanderkam [Fri, 22 Oct 2010 02:53:06 +0000 (22:53 -0400)]
support y-zooming and panning in synchronize demo
Dan Vanderkam [Fri, 22 Oct 2010 02:45:13 +0000 (22:45 -0400)]
fixed some bugs for stacked charts
Dan Vanderkam [Fri, 22 Oct 2010 02:33:33 +0000 (22:33 -0400)]
recycle roller, avoid a DOM error in resize.html
Dan Vanderkam [Fri, 22 Oct 2010 01:19:23 +0000 (21:19 -0400)]
two bug fixes
Dan Vanderkam [Fri, 22 Oct 2010 01:13:05 +0000 (21:13 -0400)]
two-axes demo fully functioning again!
Dan Vanderkam [Fri, 22 Oct 2010 00:12:06 +0000 (20:12 -0400)]
remove unparseable bits; panning is broken
Dan Vanderkam [Thu, 21 Oct 2010 23:50:19 +0000 (19:50 -0400)]
gross merge mostly done; left MERGE markers in a few spots
Dan Vanderkam [Thu, 21 Oct 2010 23:11:40 +0000 (19:11 -0400)]
make drawGraph parameter-free
Dan Vanderkam [Thu, 21 Oct 2010 22:29:14 +0000 (18:29 -0400)]
intelligently position labelsDiv in predraw_
Dan Vanderkam [Wed, 20 Oct 2010 17:05:01 +0000 (13:05 -0400)]
demo works in FF & Chrome
Dan Vanderkam [Wed, 20 Oct 2010 16:50:27 +0000 (12:50 -0400)]
note
Robert Konigsberg [Tue, 19 Oct 2010 15:44:32 +0000 (11:44 -0400)]
zoom.html required errorBars set. That's fixed.
Dan Vanderkam [Mon, 18 Oct 2010 18:56:31 +0000 (14:56 -0400)]
show both versions on test page
Dan Vanderkam [Mon, 18 Oct 2010 18:50:11 +0000 (14:50 -0400)]
draw secondary axis line
Dan Vanderkam [Mon, 18 Oct 2010 02:51:43 +0000 (22:51 -0400)]
two-axes demo works as intended
Dan Vanderkam [Mon, 18 Oct 2010 02:19:10 +0000 (22:19 -0400)]
fix a few bugs
Dan Vanderkam [Mon, 18 Oct 2010 02:04:47 +0000 (22:04 -0400)]
introduce predraw_ and move some logic there; panning now works
Dan Vanderkam [Mon, 18 Oct 2010 00:42:03 +0000 (20:42 -0400)]
fix merge issue
Robert Konigsberg [Sun, 17 Oct 2010 00:36:33 +0000 (20:36 -0400)]
Merge branch 'master' of git://github.com/danvk/dygraphs
Conflicts:
docs/index.html
Robert Konigsberg [Sun, 17 Oct 2010 00:32:55 +0000 (20:32 -0400)]
nit: s/undefined/null
bug: consistent rules for defining when zoom is horizontal or vertical.
Dan Vanderkam [Sat, 16 Oct 2010 21:37:36 +0000 (17:37 -0400)]
merge in upstream changes
Dan Vanderkam [Fri, 15 Oct 2010 15:15:06 +0000 (11:15 -0400)]
add annotations links, demo to docs
Dan Vanderkam [Fri, 15 Oct 2010 15:14:51 +0000 (11:14 -0400)]
override, don't add
Dan Vanderkam [Fri, 15 Oct 2010 14:36:33 +0000 (10:36 -0400)]
fix null reference in Chrome
Dan Vanderkam [Wed, 13 Oct 2010 14:35:27 +0000 (10:35 -0400)]
add annotation CSS rule lazily
Dan Vanderkam [Wed, 13 Oct 2010 14:18:09 +0000 (10:18 -0400)]
reset combined
Neal Nelson [Wed, 13 Oct 2010 12:14:48 +0000 (14:14 +0200)]
Change Firefox CSS rule addition to add to the end of the existent rules.
Neal Nelson [Tue, 12 Oct 2010 14:06:41 +0000 (16:06 +0200)]
Fix problem with evaluating the limits of data containing null series'.
Neal Nelson [Tue, 12 Oct 2010 09:47:28 +0000 (11:47 +0200)]
Rebuild combined.
Robert Konigsberg [Fri, 8 Oct 2010 16:22:48 +0000 (12:22 -0400)]
Fix example to only use public API. This required changing updateOptions to better be aware of specified, yet undefined, entries.
Tweak of docs
Robert Konigsberg [Fri, 8 Oct 2010 15:07:57 +0000 (11:07 -0400)]
Removed comma in zoom.html, removed "C,D" in data.js.
Robert Konigsberg [Fri, 8 Oct 2010 15:02:50 +0000 (11:02 -0400)]
Fixed spelling errors.
Robert Konigsberg [Fri, 8 Oct 2010 14:53:47 +0000 (10:53 -0400)]
Reverted dygraph-combined.js
Dan Vanderkam [Fri, 8 Oct 2010 14:36:53 +0000 (10:36 -0400)]
Merge branch 'master' of github.com/nealie/dygraphs
Robert Konigsberg [Fri, 8 Oct 2010 14:21:30 +0000 (10:21 -0400)]
Merge branch 'master' of git://github.com/danvk/dygraphs
Robert Konigsberg [Fri, 8 Oct 2010 14:07:42 +0000 (10:07 -0400)]
Fixed bug which didn't allow panning unless you zoomed on x-axis only. Zooming on y-axis didn't enable panning.
Robert Konigsberg [Fri, 8 Oct 2010 14:05:46 +0000 (10:05 -0400)]
updated comment.
Robert Konigsberg [Fri, 8 Oct 2010 14:03:57 +0000 (10:03 -0400)]
y-axis scaling is automatic until a) user zooms in on the y-axis or b) a value range is defined on construction.
Neal Nelson [Fri, 8 Oct 2010 13:54:04 +0000 (15:54 +0200)]
Fix label colour selection for sparse data sets.
Neal Nelson [Fri, 8 Oct 2010 12:08:49 +0000 (14:08 +0200)]
Ignore data series' with null data for the purposes of auto scaling.
adam-p [Fri, 8 Oct 2010 02:01:14 +0000 (22:01 -0400)]
Fixed trailing comma that broke IE
adam-p [Fri, 8 Oct 2010 01:27:34 +0000 (21:27 -0400)]
Fixed excanvas.js path
adam-p [Thu, 7 Oct 2010 18:47:28 +0000 (14:47 -0400)]
Fixed erroneous attempt to use excanvas.js in IE9
U-adam13win7\Adam [Thu, 7 Oct 2010 18:46:16 +0000 (14:46 -0400)]
Fixed path to excanvas.js
U-adam13win7\Adam [Thu, 7 Oct 2010 18:10:11 +0000 (14:10 -0400)]
Removed excanvas.js. It was just a one line text file indicating that it thought it was a symbolic link.
Neal Nelson [Thu, 7 Oct 2010 14:37:21 +0000 (16:37 +0200)]
Merge branch 'master' of github.com/danvk/dygraphs
Robert Konigsberg [Thu, 7 Oct 2010 04:36:00 +0000 (00:36 -0400)]
Oops, that time for real.
Robert Konigsberg [Thu, 7 Oct 2010 04:34:14 +0000 (00:34 -0400)]
Must move mouse twice as far in y direction as x to trigger vertical pan.
Fixed bug that allows panning if the initial date window and value window are set.
Dan Vanderkam [Wed, 6 Oct 2010 14:18:55 +0000 (10:18 -0400)]
numeric-gviz test works again
Dan Vanderkam [Mon, 4 Oct 2010 21:47:52 +0000 (17:47 -0400)]
linear regression tests work without console defined
Dan Vanderkam [Mon, 4 Oct 2010 14:16:31 +0000 (10:16 -0400)]
Merge branch 'master' of github.com/adam-p/dygraphs
Dan Vanderkam [Mon, 4 Oct 2010 14:15:36 +0000 (10:15 -0400)]
update comment
adam-p [Mon, 4 Oct 2010 14:11:05 +0000 (10:11 -0400)]
Changed unstackPointAtIndex to not be decorated as private
adam-p [Mon, 4 Oct 2010 14:02:55 +0000 (10:02 -0400)]
Based on feedback from danvk, moving unstackPointAtIndex_ to DygraphLayout
adam-p [Sun, 3 Oct 2010 21:52:56 +0000 (17:52 -0400)]
Fixed y-value display in highlight labels when using setSelection
Dan Vanderkam [Thu, 30 Sep 2010 17:13:16 +0000 (13:13 -0400)]
blah
Dan Vanderkam [Thu, 30 Sep 2010 16:01:47 +0000 (12:01 -0400)]
displaying ticks again
Dan Vanderkam [Thu, 30 Sep 2010 15:13:58 +0000 (11:13 -0400)]
drawing works, just need to add ticks and fix filled/stacked
Dan Vanderkam [Thu, 30 Sep 2010 14:56:40 +0000 (10:56 -0400)]
remove old code
Dan Vanderkam [Thu, 30 Sep 2010 14:56:09 +0000 (10:56 -0400)]
fix copy/paste error
Dan Vanderkam [Thu, 30 Sep 2010 14:51:16 +0000 (10:51 -0400)]
axis computation
Dan Vanderkam [Wed, 29 Sep 2010 16:48:47 +0000 (18:48 +0200)]
change to an implementation based on set names
Dan Vanderkam [Wed, 29 Sep 2010 16:38:33 +0000 (18:38 +0200)]
update both linear regression tests; support null as per-series value
Dan Vanderkam [Wed, 29 Sep 2010 16:28:39 +0000 (18:28 +0200)]
functioning demo
Dan Vanderkam [Wed, 29 Sep 2010 15:55:35 +0000 (17:55 +0200)]
Merge branch 'master' into per_series
Dan Vanderkam [Wed, 29 Sep 2010 10:35:05 +0000 (12:35 +0200)]
add per-series attributes in attr_
Frederic Didier [Wed, 29 Sep 2010 09:52:34 +0000 (10:52 +0100)]
Fix a wrong warning() call.
Robert Konigsberg [Fri, 24 Sep 2010 19:23:11 +0000 (15:23 -0400)]
Support for vertical panning.
Robert Konigsberg [Fri, 24 Sep 2010 19:22:02 +0000 (15:22 -0400)]
1. Add the extra columns to NoisyData to eliminate Javascript warnings
from Chrome javascript console.
2. Remove NoisyData2, which I needed for development and accidentally
left in.
Robert Konigsberg [Fri, 24 Sep 2010 16:17:42 +0000 (12:17 -0400)]
Converting strings to less cringe-inducing constant values.
Robert Konigsberg [Fri, 24 Sep 2010 16:16:24 +0000 (12:16 -0400)]
Update index.html docs to clarify callbacks and features.
Robert Konigsberg [Fri, 24 Sep 2010 15:43:36 +0000 (11:43 -0400)]
Adding doc to index to point to new zoom test page.
Robert Konigsberg [Fri, 24 Sep 2010 15:02:24 +0000 (11:02 -0400)]
Minor fix to zoom.html comment.
Robert Konigsberg [Fri, 24 Sep 2010 14:52:53 +0000 (10:52 -0400)]
Fix to bug 111, now always rendering all points whether they're in the canvas viewport. This allows any graphics that radiate from the point to be rendered.
Robert Konigsberg [Thu, 23 Sep 2010 21:27:51 +0000 (17:27 -0400)]
Reorder unzoom operation with log of operation, which properly sets the valueRange for recording.
Improve usability of zoom demo for testing.
Robert Konigsberg [Thu, 23 Sep 2010 20:56:54 +0000 (16:56 -0400)]
zoom.html needed a little love.
Robert Konigsberg [Thu, 23 Sep 2010 20:44:15 +0000 (16:44 -0400)]
Implementing vertical zooming. Vertical zooming reveals rendering issues which should be dealt with too.
This also fixes two small bugs: a getY method that gets an X coordinate instead, and also it disables double-click operations when one of the panning keyboard modifiers is pressed.
Dan Vanderkam [Thu, 16 Sep 2010 01:19:04 +0000 (21:19 -0400)]
two different versions; tweak color logic
Dan Vanderkam [Thu, 16 Sep 2010 00:32:46 +0000 (20:32 -0400)]
remove extra logging
Dan Vanderkam [Thu, 16 Sep 2010 00:30:40 +0000 (20:30 -0400)]
linear regression demo
Dan Vanderkam [Thu, 16 Sep 2010 00:30:32 +0000 (20:30 -0400)]
data access API
Dan Vanderkam [Wed, 15 Sep 2010 14:17:27 +0000 (10:17 -0400)]
few more tweaks
Dan Vanderkam [Wed, 15 Sep 2010 13:22:10 +0000 (09:22 -0400)]
update a few links
Dan Vanderkam [Tue, 14 Sep 2010 22:03:56 +0000 (18:03 -0400)]
various IE fixes
Dan Vanderkam [Tue, 14 Sep 2010 02:58:50 +0000 (19:58 -0700)]
narrower chart
Dan Vanderkam [Tue, 14 Sep 2010 02:57:52 +0000 (19:57 -0700)]
documentation
Dan Vanderkam [Tue, 14 Sep 2010 02:57:47 +0000 (19:57 -0700)]
merge iconWidth/iconHeight with width/height
Dan Vanderkam [Tue, 14 Sep 2010 01:37:54 +0000 (18:37 -0700)]
dygraph-combined include
Dan Vanderkam [Tue, 14 Sep 2010 01:31:07 +0000 (18:31 -0700)]
support attachAtBottom
Dan Vanderkam [Tue, 14 Sep 2010 01:12:45 +0000 (18:12 -0700)]
click to add annotations
Dan Vanderkam [Tue, 14 Sep 2010 01:02:04 +0000 (18:02 -0700)]
add pointClickCallback
Dan Vanderkam [Tue, 14 Sep 2010 00:37:21 +0000 (17:37 -0700)]
merge upstream changes
Dan Vanderkam [Tue, 14 Sep 2010 00:34:39 +0000 (17:34 -0700)]
more robust missing values
Dan Vanderkam [Tue, 14 Sep 2010 00:27:23 +0000 (17:27 -0700)]
works in FF again
Dan Vanderkam [Tue, 14 Sep 2010 00:16:03 +0000 (17:16 -0700)]
parseFloatOrNull
Dan Vanderkam [Tue, 14 Sep 2010 00:16:03 +0000 (17:16 -0700)]
parseFloatOrNull
Dan Vanderkam [Tue, 14 Sep 2010 00:15:54 +0000 (17:15 -0700)]
fix some style bugs
Dan Vanderkam [Tue, 14 Sep 2010 00:14:10 +0000 (17:14 -0700)]
change default size
Dan Vanderkam [Sat, 11 Sep 2010 17:46:01 +0000 (10:46 -0700)]
gviz mostly working