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
Dan Vanderkam [Sat, 11 Sep 2010 16:44:33 +0000 (09:44 -0700)]
attach divs to points; respect clipping area
Dan Vanderkam [Sat, 11 Sep 2010 16:30:12 +0000 (09:30 -0700)]
icons working
Dan Vanderkam [Sat, 11 Sep 2010 06:22:53 +0000 (23:22 -0700)]
add tick marks
Dan Vanderkam [Sat, 11 Sep 2010 05:45:10 +0000 (22:45 -0700)]
all required events working
Dan Vanderkam [Sat, 11 Sep 2010 05:36:52 +0000 (22:36 -0700)]
event works
Dan Vanderkam [Sat, 11 Sep 2010 05:17:14 +0000 (22:17 -0700)]
add public interface; add cssClass property
Dan Vanderkam [Fri, 10 Sep 2010 00:22:56 +0000 (17:22 -0700)]
sample annotation
Steven Jardine [Thu, 9 Sep 2010 17:06:32 +0000 (11:06 -0600)]
Added documentation for labelsDiv option using just an element id and for labelsShowZeroValues.
steve [Tue, 7 Sep 2010 15:56:14 +0000 (09:56 -0600)]
Added labelsShowZeroValues option. When this option is set to false the labelsDiv will not contain any points that have a 0 value.
steve [Tue, 7 Sep 2010 15:50:13 +0000 (09:50 -0600)]
Added ability to treat the labelsDiv as a ID as well as an Element. This allows the user to set the id of the labels div prior to it being rendered in the DOM. Helpful for GWT wrapper implementation.
Neal Nelson [Thu, 19 Aug 2010 08:41:37 +0000 (10:41 +0200)]
Merge remote branch 'upstream/master'
Dan Vanderkam [Thu, 5 Aug 2010 21:05:24 +0000 (14:05 -0700)]
support changing renderer options like strokeWidth and add a test
Dan Vanderkam [Fri, 30 Jul 2010 18:49:14 +0000 (11:49 -0700)]
no tests include combined anymore
weboperator [Fri, 30 Jul 2010 13:13:22 +0000 (09:13 -0400)]
fixed visibility
Neal Nelson [Wed, 30 Jun 2010 09:50:20 +0000 (11:50 +0200)]
Merge branch 'master' of github.com/danvk/dygraphs
Dan Vanderkam [Tue, 29 Jun 2010 22:28:04 +0000 (15:28 -0700)]
fix link on home page
Neal Nelson [Fri, 18 Jun 2010 09:58:24 +0000 (11:58 +0200)]
Add avoidMinZero option to disable the Y axis at zero heuristic.
Neal Nelson [Thu, 17 Jun 2010 14:22:29 +0000 (16:22 +0200)]
Fix problems with multiple null values in a row for stepped graphs.
Neal Nelson [Thu, 17 Jun 2010 14:07:52 +0000 (16:07 +0200)]
Ensure step plots draw lines to the start of missing values.
Neal Nelson [Thu, 17 Jun 2010 12:36:56 +0000 (14:36 +0200)]
Add yAxisLabelFormatter option and make it's default value yValueFormatter.
Neal Nelson [Wed, 16 Jun 2010 09:10:37 +0000 (11:10 +0200)]
Update documentation to include step plots.
Dan Vanderkam [Wed, 16 Jun 2010 01:50:57 +0000 (18:50 -0700)]
fix bug reported by kakligian
Dan Vanderkam [Tue, 15 Jun 2010 16:45:26 +0000 (09:45 -0700)]
whitespace tweaks
Neal Nelson [Tue, 15 Jun 2010 15:42:14 +0000 (17:42 +0200)]
Added stepPlot option. Missed files due to git.
Neal Nelson [Tue, 15 Jun 2010 15:38:37 +0000 (17:38 +0200)]
Added stepPlot option.
Dan Vanderkam [Thu, 20 May 2010 21:28:21 +0000 (14:28 -0700)]
Merge branch 'interactive_on_top' of github.com/ecurran/dygraphs
Eoin Curran [Wed, 12 May 2010 19:50:58 +0000 (15:50 -0400)]
show the interactive part on top of the underlay and static part