dygraphs.git
13 years agoRemoved comma in zoom.html, removed "C,D" in data.js.
Robert Konigsberg [Fri, 8 Oct 2010 15:07:57 +0000 (11:07 -0400)]
Removed comma in zoom.html, removed "C,D" in data.js.

13 years agoFixed spelling errors.
Robert Konigsberg [Fri, 8 Oct 2010 15:02:50 +0000 (11:02 -0400)]
Fixed spelling errors.

13 years agoReverted dygraph-combined.js
Robert Konigsberg [Fri, 8 Oct 2010 14:53:47 +0000 (10:53 -0400)]
Reverted dygraph-combined.js

13 years agoMerge branch 'master' of http://github.com/nealie/dygraphs
Dan Vanderkam [Fri, 8 Oct 2010 14:36:53 +0000 (10:36 -0400)]
Merge branch 'master' of github.com/nealie/dygraphs

13 years agoMerge branch 'master' of git://github.com/danvk/dygraphs
Robert Konigsberg [Fri, 8 Oct 2010 14:21:30 +0000 (10:21 -0400)]
Merge branch 'master' of git://github.com/danvk/dygraphs

13 years agoFixed bug which didn't allow panning unless you zoomed on x-axis only. Zooming on...
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.

13 years agoupdated comment.
Robert Konigsberg [Fri, 8 Oct 2010 14:05:46 +0000 (10:05 -0400)]
updated comment.

13 years agoy-axis scaling is automatic until a) user zooms in on the y-axis or b) a value range...
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.

13 years agoFix label colour selection for sparse data sets.
Neal Nelson [Fri, 8 Oct 2010 13:54:04 +0000 (15:54 +0200)]
Fix label colour selection for sparse data sets.

13 years agoIgnore data series' with null data for the purposes of auto scaling.
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.

13 years agoFixed trailing comma that broke IE
adam-p [Fri, 8 Oct 2010 02:01:14 +0000 (22:01 -0400)]
Fixed trailing comma that broke IE

13 years agoFixed excanvas.js path
adam-p [Fri, 8 Oct 2010 01:27:34 +0000 (21:27 -0400)]
Fixed excanvas.js path

13 years agoFixed erroneous attempt to use excanvas.js in IE9
adam-p [Thu, 7 Oct 2010 18:47:28 +0000 (14:47 -0400)]
Fixed erroneous attempt to use excanvas.js in IE9

13 years agoFixed path to excanvas.js
U-adam13win7\Adam [Thu, 7 Oct 2010 18:46:16 +0000 (14:46 -0400)]
Fixed path to excanvas.js

13 years agoRemoved excanvas.js. It was just a one line text file indicating that it thought...
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.

13 years agoMerge branch 'master' of http://github.com/danvk/dygraphs
Neal Nelson [Thu, 7 Oct 2010 14:37:21 +0000 (16:37 +0200)]
Merge branch 'master' of github.com/danvk/dygraphs

13 years agoOops, that time for real.
Robert Konigsberg [Thu, 7 Oct 2010 04:36:00 +0000 (00:36 -0400)]
Oops, that time for real.

13 years agoMust move mouse twice as far in y direction as x to trigger vertical pan.
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.

13 years agonumeric-gviz test works again
Dan Vanderkam [Wed, 6 Oct 2010 14:18:55 +0000 (10:18 -0400)]
numeric-gviz test works again

13 years agolinear regression tests work without console defined
Dan Vanderkam [Mon, 4 Oct 2010 21:47:52 +0000 (17:47 -0400)]
linear regression tests work without console defined

13 years agoMerge branch 'master' of http://github.com/adam-p/dygraphs
Dan Vanderkam [Mon, 4 Oct 2010 14:16:31 +0000 (10:16 -0400)]
Merge branch 'master' of github.com/adam-p/dygraphs

13 years agoupdate comment
Dan Vanderkam [Mon, 4 Oct 2010 14:15:36 +0000 (10:15 -0400)]
update comment

13 years agoChanged unstackPointAtIndex to not be decorated as private
adam-p [Mon, 4 Oct 2010 14:11:05 +0000 (10:11 -0400)]
Changed unstackPointAtIndex to not be decorated as private

13 years agoBased on feedback from danvk, moving unstackPointAtIndex_ to DygraphLayout
adam-p [Mon, 4 Oct 2010 14:02:55 +0000 (10:02 -0400)]
Based on feedback from danvk, moving unstackPointAtIndex_ to DygraphLayout

13 years agoFixed y-value display in highlight labels when using setSelection
adam-p [Sun, 3 Oct 2010 21:52:56 +0000 (17:52 -0400)]
Fixed y-value display in highlight labels when using setSelection

14 years ago blah
Dan Vanderkam [Thu, 30 Sep 2010 17:13:16 +0000 (13:13 -0400)]
 blah

14 years agodisplaying ticks again
Dan Vanderkam [Thu, 30 Sep 2010 16:01:47 +0000 (12:01 -0400)]
displaying ticks again

14 years agodrawing works, just need to add ticks and fix filled/stacked
Dan Vanderkam [Thu, 30 Sep 2010 15:13:58 +0000 (11:13 -0400)]
drawing works, just need to add ticks and fix filled/stacked

14 years agoremove old code
Dan Vanderkam [Thu, 30 Sep 2010 14:56:40 +0000 (10:56 -0400)]
remove old code

14 years agofix copy/paste error
Dan Vanderkam [Thu, 30 Sep 2010 14:56:09 +0000 (10:56 -0400)]
fix copy/paste error

14 years agoaxis computation
Dan Vanderkam [Thu, 30 Sep 2010 14:51:16 +0000 (10:51 -0400)]
axis computation

14 years agochange to an implementation based on set names
Dan Vanderkam [Wed, 29 Sep 2010 16:48:47 +0000 (18:48 +0200)]
change to an implementation based on set names

14 years agoupdate both linear regression tests; support null as per-series value
Dan Vanderkam [Wed, 29 Sep 2010 16:38:33 +0000 (18:38 +0200)]
update both linear regression tests; support null as per-series value

14 years agofunctioning demo
Dan Vanderkam [Wed, 29 Sep 2010 16:28:39 +0000 (18:28 +0200)]
functioning demo

14 years agoMerge branch 'master' into per_series
Dan Vanderkam [Wed, 29 Sep 2010 15:55:35 +0000 (17:55 +0200)]
Merge branch 'master' into per_series

14 years agoadd per-series attributes in attr_
Dan Vanderkam [Wed, 29 Sep 2010 10:35:05 +0000 (12:35 +0200)]
add per-series attributes in attr_

14 years agoFix a wrong warning() call.
Frederic Didier [Wed, 29 Sep 2010 09:52:34 +0000 (10:52 +0100)]
Fix a wrong warning() call.

14 years agoSupport for vertical panning.
Robert Konigsberg [Fri, 24 Sep 2010 19:23:11 +0000 (15:23 -0400)]
Support for vertical panning.

14 years ago1. Add the extra columns to NoisyData to eliminate Javascript warnings
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.

14 years agoConverting strings to less cringe-inducing constant values.
Robert Konigsberg [Fri, 24 Sep 2010 16:17:42 +0000 (12:17 -0400)]
Converting strings to less cringe-inducing constant values.

14 years agoUpdate index.html docs to clarify callbacks and features.
Robert Konigsberg [Fri, 24 Sep 2010 16:16:24 +0000 (12:16 -0400)]
Update index.html docs to clarify callbacks and features.

14 years agoAdding doc to index to point to new zoom test page.
Robert Konigsberg [Fri, 24 Sep 2010 15:43:36 +0000 (11:43 -0400)]
Adding doc to index to point to new zoom test page.

14 years agoMinor fix to zoom.html comment.
Robert Konigsberg [Fri, 24 Sep 2010 15:02:24 +0000 (11:02 -0400)]
Minor fix to zoom.html comment.

14 years agoFix to bug 111, now always rendering all points whether they're in the canvas viewpor...
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.

14 years agoReorder unzoom operation with log of operation, which properly sets the valueRange...
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.

14 years agozoom.html needed a little love.
Robert Konigsberg [Thu, 23 Sep 2010 20:56:54 +0000 (16:56 -0400)]
zoom.html needed a little love.

14 years agoImplementing vertical zooming. Vertical zooming reveals rendering issues which should...
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.

14 years agotwo different versions; tweak color logic
Dan Vanderkam [Thu, 16 Sep 2010 01:19:04 +0000 (21:19 -0400)]
two different versions; tweak color logic

14 years agoremove extra logging
Dan Vanderkam [Thu, 16 Sep 2010 00:32:46 +0000 (20:32 -0400)]
remove extra logging

14 years agolinear regression demo
Dan Vanderkam [Thu, 16 Sep 2010 00:30:40 +0000 (20:30 -0400)]
linear regression demo

14 years agodata access API
Dan Vanderkam [Thu, 16 Sep 2010 00:30:32 +0000 (20:30 -0400)]
data access API

14 years agofew more tweaks
Dan Vanderkam [Wed, 15 Sep 2010 14:17:27 +0000 (10:17 -0400)]
few more tweaks

14 years agoupdate a few links
Dan Vanderkam [Wed, 15 Sep 2010 13:22:10 +0000 (09:22 -0400)]
update a few links

14 years agovarious IE fixes
Dan Vanderkam [Tue, 14 Sep 2010 22:03:56 +0000 (18:03 -0400)]
various IE fixes

14 years agonarrower chart
Dan Vanderkam [Tue, 14 Sep 2010 02:58:50 +0000 (19:58 -0700)]
narrower chart

14 years agodocumentation
Dan Vanderkam [Tue, 14 Sep 2010 02:57:52 +0000 (19:57 -0700)]
documentation

14 years agomerge iconWidth/iconHeight with width/height
Dan Vanderkam [Tue, 14 Sep 2010 02:57:47 +0000 (19:57 -0700)]
merge iconWidth/iconHeight with width/height

14 years agodygraph-combined include
Dan Vanderkam [Tue, 14 Sep 2010 01:37:54 +0000 (18:37 -0700)]
dygraph-combined include

14 years agosupport attachAtBottom
Dan Vanderkam [Tue, 14 Sep 2010 01:31:07 +0000 (18:31 -0700)]
support attachAtBottom

14 years agoclick to add annotations
Dan Vanderkam [Tue, 14 Sep 2010 01:12:45 +0000 (18:12 -0700)]
click to add annotations

14 years agoadd pointClickCallback
Dan Vanderkam [Tue, 14 Sep 2010 01:02:04 +0000 (18:02 -0700)]
add pointClickCallback

14 years agomerge upstream changes
Dan Vanderkam [Tue, 14 Sep 2010 00:37:21 +0000 (17:37 -0700)]
merge upstream changes

14 years agomore robust missing values
Dan Vanderkam [Tue, 14 Sep 2010 00:34:39 +0000 (17:34 -0700)]
more robust missing values

14 years agoworks in FF again
Dan Vanderkam [Tue, 14 Sep 2010 00:27:23 +0000 (17:27 -0700)]
works in FF again

14 years agoparseFloatOrNull
Dan Vanderkam [Tue, 14 Sep 2010 00:16:03 +0000 (17:16 -0700)]
parseFloatOrNull

14 years agoparseFloatOrNull
Dan Vanderkam [Tue, 14 Sep 2010 00:16:03 +0000 (17:16 -0700)]
parseFloatOrNull

14 years agofix some style bugs
Dan Vanderkam [Tue, 14 Sep 2010 00:15:54 +0000 (17:15 -0700)]
fix some style bugs

14 years agochange default size
Dan Vanderkam [Tue, 14 Sep 2010 00:14:10 +0000 (17:14 -0700)]
change default size

14 years agogviz mostly working
Dan Vanderkam [Sat, 11 Sep 2010 17:46:01 +0000 (10:46 -0700)]
gviz mostly working

14 years agoattach divs to points; respect clipping area
Dan Vanderkam [Sat, 11 Sep 2010 16:44:33 +0000 (09:44 -0700)]
attach divs to points; respect clipping area

14 years agoicons working
Dan Vanderkam [Sat, 11 Sep 2010 16:30:12 +0000 (09:30 -0700)]
icons working

14 years agoadd tick marks
Dan Vanderkam [Sat, 11 Sep 2010 06:22:53 +0000 (23:22 -0700)]
add tick marks

14 years agoall required events working
Dan Vanderkam [Sat, 11 Sep 2010 05:45:10 +0000 (22:45 -0700)]
all required events working

14 years agoevent works
Dan Vanderkam [Sat, 11 Sep 2010 05:36:52 +0000 (22:36 -0700)]
event works

14 years agoadd public interface; add cssClass property
Dan Vanderkam [Sat, 11 Sep 2010 05:17:14 +0000 (22:17 -0700)]
add public interface; add cssClass property

14 years agosample annotation
Dan Vanderkam [Fri, 10 Sep 2010 00:22:56 +0000 (17:22 -0700)]
sample annotation

14 years agoAdded documentation for labelsDiv option using just an element id and for labelsShowZ...
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.

14 years agoAdded labelsShowZeroValues option. When this option is set to false the labelsDiv...
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.

14 years agoAdded ability to treat the labelsDiv as a ID as well as an Element. This allows...
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.

14 years agoMerge remote branch 'upstream/master'
Neal Nelson [Thu, 19 Aug 2010 08:41:37 +0000 (10:41 +0200)]
Merge remote branch 'upstream/master'

14 years agosupport changing renderer options like strokeWidth and add a test
Dan Vanderkam [Thu, 5 Aug 2010 21:05:24 +0000 (14:05 -0700)]
support changing renderer options like strokeWidth and add a test

14 years agono tests include combined anymore
Dan Vanderkam [Fri, 30 Jul 2010 18:49:14 +0000 (11:49 -0700)]
no tests include combined anymore

14 years agofixed visibility
weboperator [Fri, 30 Jul 2010 13:13:22 +0000 (09:13 -0400)]
fixed visibility

14 years agoMerge branch 'master' of http://github.com/danvk/dygraphs
Neal Nelson [Wed, 30 Jun 2010 09:50:20 +0000 (11:50 +0200)]
Merge branch 'master' of github.com/danvk/dygraphs

14 years agofix link on home page
Dan Vanderkam [Tue, 29 Jun 2010 22:28:04 +0000 (15:28 -0700)]
fix link on home page

14 years agoAdd avoidMinZero option to disable the Y axis at zero heuristic.
Neal Nelson [Fri, 18 Jun 2010 09:58:24 +0000 (11:58 +0200)]
Add avoidMinZero option to disable the Y axis at zero heuristic.

14 years agoFix problems with multiple null values in a row for stepped graphs.
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.

14 years agoEnsure step plots draw lines to the start of missing values.
Neal Nelson [Thu, 17 Jun 2010 14:07:52 +0000 (16:07 +0200)]
Ensure step plots draw lines to the start of missing values.

14 years agoAdd yAxisLabelFormatter option and make it's default value yValueFormatter.
Neal Nelson [Thu, 17 Jun 2010 12:36:56 +0000 (14:36 +0200)]
Add yAxisLabelFormatter option and make it's default value yValueFormatter.

14 years agoUpdate documentation to include step plots.
Neal Nelson [Wed, 16 Jun 2010 09:10:37 +0000 (11:10 +0200)]
Update documentation to include step plots.

14 years agofix bug reported by kakligian
Dan Vanderkam [Wed, 16 Jun 2010 01:50:57 +0000 (18:50 -0700)]
fix bug reported by kakligian

14 years agowhitespace tweaks
Dan Vanderkam [Tue, 15 Jun 2010 16:45:26 +0000 (09:45 -0700)]
whitespace tweaks

14 years agoAdded stepPlot option. Missed files due to git.
Neal Nelson [Tue, 15 Jun 2010 15:42:14 +0000 (17:42 +0200)]
Added stepPlot option. Missed files due to git.

14 years agoAdded stepPlot option.
Neal Nelson [Tue, 15 Jun 2010 15:38:37 +0000 (17:38 +0200)]
Added stepPlot option.

14 years agoMerge branch 'interactive_on_top' of http://github.com/ecurran/dygraphs
Dan Vanderkam [Thu, 20 May 2010 21:28:21 +0000 (14:28 -0700)]
Merge branch 'interactive_on_top' of github.com/ecurran/dygraphs

14 years agoshow the interactive part on top of the underlay and static part
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

14 years agoFix issue 93: get the order of stacked graphs right.
Dan Egnor [Fri, 14 May 2010 01:37:04 +0000 (18:37 -0700)]
Fix issue 93: get the order of stacked graphs right.

Also fix a problem where stacked, filled graphs would pile up their
colors, which doesn't seem right for the normal semantics of stacked
graphs.

Also expand on the tests for stacked and filled graphs.

14 years agoSome points may be null, not just undefined, so compare points via != with
Adam Vartanian [Mon, 3 May 2010 21:24:51 +0000 (17:24 -0400)]
Some points may be null, not just undefined, so compare points via != with
null (which will return false for both null and undefined).

14 years agoerror on zero width/height
Dan Vanderkam [Tue, 27 Apr 2010 23:05:58 +0000 (16:05 -0700)]
error on zero width/height

14 years agomake bug more clear in stacked test
Dan Vanderkam [Fri, 23 Apr 2010 22:26:24 +0000 (15:26 -0700)]
make bug more clear in stacked test