dygraphs.git
14 years agoAdd test for stacked graph.
Nikhil Kasinadhuni [Wed, 10 Mar 2010 07:06:13 +0000 (23:06 -0800)]
Add test for stacked graph.
'Unstack' the data points when displaying the data either in the labels or in a
callback for a stacked graph.
Accept a 'yValueFormatter' attribute which can be pointed to a function to
perform custom formatting. Ideally, the formatted value should be passed into the
a 'f' attribute in a GViz datatable.

14 years agoMerged stacked graph support from iownbey's version and added assorted
Nikhil Kasinadhuni [Fri, 5 Feb 2010 17:03:43 +0000 (09:03 -0800)]
Merged stacked graph support from iownbey's version and added assorted
fixes to 'unstack' them when calling the highlightCallback.

Added an option to not hide the label on mouse out.

Alternate the list of auto-generated colors since adjacent colors
are difficult to distinguish. A better way would be to randomize them with a
constant seed, but alas, Javascript's Math.random() doesn't accept a seed.

Added a getColors() accessor method to help an external labelsDiv
obtain the list of [auto-generated] colors.

14 years agoupdate combined
Dan Vanderkam [Sun, 31 Jan 2010 05:10:50 +0000 (21:10 -0800)]
update combined

14 years agofix a bug involving calculation of span w/r/t/ includeZero
Dan Vanderkam [Sun, 31 Jan 2010 05:10:28 +0000 (21:10 -0800)]
fix a bug involving calculation of span w/r/t/ includeZero

14 years agoupdate combiend
Dan Vanderkam [Sun, 31 Jan 2010 03:41:20 +0000 (19:41 -0800)]
update combiend

14 years agoFix Kenny's numeric gviz bug and add a test
Dan Vanderkam [Sun, 31 Jan 2010 03:41:08 +0000 (19:41 -0800)]
Fix Kenny's numeric gviz bug and add a test

14 years agoadd includeZero test to no-range
Dan Vanderkam [Thu, 28 Jan 2010 20:04:14 +0000 (12:04 -0800)]
add includeZero test to no-range

14 years agoupdate combined
Dan Vanderkam [Tue, 26 Jan 2010 09:06:17 +0000 (01:06 -0800)]
update combined

14 years agoFix issue 67 and add a test
Dan Vanderkam [Tue, 26 Jan 2010 09:06:07 +0000 (01:06 -0800)]
Fix issue 67 and add a test

14 years agoupdate combined
Dan Vanderkam [Tue, 26 Jan 2010 08:51:08 +0000 (00:51 -0800)]
update combined

14 years agoFix issue #65
Dan Vanderkam [Tue, 26 Jan 2010 08:50:55 +0000 (00:50 -0800)]
Fix issue #65

14 years agoupdate combined
Dan Vanderkam [Wed, 13 Jan 2010 18:29:16 +0000 (10:29 -0800)]
update combined

14 years agoout of order test
Dan Vanderkam [Wed, 13 Jan 2010 18:28:58 +0000 (10:28 -0800)]
out of order test

14 years agosort data if it's out of order (but log a warning)
Dan Vanderkam [Wed, 13 Jan 2010 18:28:47 +0000 (10:28 -0800)]
sort data if it's out of order (but log a warning)

14 years agoAllow width/height to be specified as a % and as an attribute. Handle datetime proper...
potter [Tue, 12 Jan 2010 21:49:22 +0000 (13:49 -0800)]
Allow width/height to be specified as a % and as an attribute. Handle datetime properly for gviz dygraphs.

14 years agoFix typo spotted by Morgan
Dan Vanderkam [Wed, 30 Dec 2009 05:51:23 +0000 (21:51 -0800)]
Fix typo spotted by Morgan

14 years agotoggle visibility in stock demo
Dan Vanderkam [Wed, 23 Dec 2009 23:11:28 +0000 (18:11 -0500)]
toggle visibility in stock demo

14 years agoupdate combined, docs
Dan Vanderkam [Wed, 23 Dec 2009 23:05:14 +0000 (18:05 -0500)]
update combined, docs

14 years agofix bug
Dan Vanderkam [Wed, 23 Dec 2009 22:55:27 +0000 (17:55 -0500)]
fix bug

14 years agovisibility test
Dan Vanderkam [Wed, 23 Dec 2009 22:51:19 +0000 (17:51 -0500)]
visibility test

14 years agointerface to control series visibility
Dan Vanderkam [Wed, 23 Dec 2009 22:51:07 +0000 (17:51 -0500)]
interface to control series visibility

14 years agodefault is just false
Dan Vanderkam [Thu, 17 Dec 2009 16:20:04 +0000 (08:20 -0800)]
default is just false

14 years agoadd fillGraph option to gadget
Dan Vanderkam [Thu, 17 Dec 2009 16:18:55 +0000 (08:18 -0800)]
add fillGraph option to gadget

14 years agolink in docs
Dan Vanderkam [Thu, 17 Dec 2009 16:15:28 +0000 (08:15 -0800)]
link in docs

14 years agoupdate combined
Dan Vanderkam [Thu, 17 Dec 2009 16:11:17 +0000 (08:11 -0800)]
update combined

14 years agolog a warning when fillGraph is used with errorBars
Dan Vanderkam [Thu, 17 Dec 2009 16:11:08 +0000 (08:11 -0800)]
log a warning when fillGraph is used with errorBars

14 years agoreally add test
Dan Vanderkam [Thu, 17 Dec 2009 16:08:30 +0000 (08:08 -0800)]
really add test

14 years agoupdate docs, add negatives test
Dan Vanderkam [Thu, 17 Dec 2009 16:08:16 +0000 (08:08 -0800)]
update docs, add negatives test

14 years agoupdate combined
Dan Vanderkam [Thu, 17 Dec 2009 15:27:43 +0000 (07:27 -0800)]
update combined

14 years agoPatch from ComSubVie to add fillGraph attribute
Dan Vanderkam [Thu, 17 Dec 2009 15:27:31 +0000 (07:27 -0800)]
Patch from ComSubVie to add fillGraph attribute

14 years agoupdate combined
Dan Vanderkam [Wed, 16 Dec 2009 15:17:24 +0000 (07:17 -0800)]
update combined

14 years agomerge
Dan Vanderkam [Wed, 16 Dec 2009 15:17:08 +0000 (07:17 -0800)]
merge

14 years agoswitch to YUI compressor for making packed JS -- 49k -> 42k
Dan Vanderkam [Wed, 16 Dec 2009 15:08:18 +0000 (07:08 -0800)]
switch to YUI compressor for making packed JS -- 49k -> 42k

14 years agoremove an extra log statement
Dan Vanderkam [Wed, 16 Dec 2009 06:06:57 +0000 (01:06 -0500)]
remove an extra log statement

14 years agoupdate combined
Dan Vanderkam [Wed, 16 Dec 2009 05:38:57 +0000 (00:38 -0500)]
update combined

14 years agofix bug, add a few more time granularities
Dan Vanderkam [Wed, 16 Dec 2009 05:38:35 +0000 (00:38 -0500)]
fix bug, add a few more time granularities

14 years agouse nice times
Dan Vanderkam [Wed, 16 Dec 2009 05:28:33 +0000 (00:28 -0500)]
use nice times

14 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Wed, 16 Dec 2009 01:14:33 +0000 (20:14 -0500)]
Merge branch 'master' of github.com:danvk/dygraphs

14 years agoadd mailing list link to README
Dan Vanderkam [Wed, 16 Dec 2009 01:14:17 +0000 (20:14 -0500)]
add mailing list link to README

14 years agoadd mailing list to docs
Dan Vanderkam [Wed, 16 Dec 2009 01:05:15 +0000 (20:05 -0500)]
add mailing list to docs

14 years agoun-deprecate minimal example in README file
Dan Vanderkam [Wed, 16 Dec 2009 00:05:06 +0000 (16:05 -0800)]
un-deprecate minimal example in README file

14 years agoshift+drag pans now, too. Chrome steals the alt+drag event to move the window
Dan Vanderkam [Tue, 15 Dec 2009 23:05:07 +0000 (18:05 -0500)]
shift+drag pans now, too. Chrome steals the alt+drag event to move the window

14 years agodon't ignore zero values in the first column of DataTables
Dan Vanderkam [Tue, 15 Dec 2009 21:20:11 +0000 (16:20 -0500)]
don't ignore zero values in the first column of DataTables

14 years agofix isPanning is not defined error
Dan Vanderkam [Tue, 15 Dec 2009 21:00:23 +0000 (16:00 -0500)]
fix isPanning is not defined error

14 years agoupdate docs with labelsKMG2
Dan Vanderkam [Mon, 14 Dec 2009 22:14:41 +0000 (17:14 -0500)]
update docs with labelsKMG2

14 years agoIncorporate base 2 patch from ComSubVie and update combined
Dan Vanderkam [Mon, 14 Dec 2009 22:12:22 +0000 (17:12 -0500)]
Incorporate base 2 patch from ComSubVie and update combined

14 years agoupdate combined
Dan Vanderkam [Mon, 14 Dec 2009 21:54:38 +0000 (16:54 -0500)]
update combined

14 years agomore illustration of dateWindow problems
Dan Vanderkam [Mon, 14 Dec 2009 13:55:04 +0000 (05:55 -0800)]
more illustration of dateWindow problems

14 years agotest case that illustrates the problem with panning
Dan Vanderkam [Mon, 14 Dec 2009 13:41:47 +0000 (05:41 -0800)]
test case that illustrates the problem with panning

14 years agomake zoom out work again
Dan Vanderkam [Mon, 14 Dec 2009 13:36:45 +0000 (05:36 -0800)]
make zoom out work again

14 years agoallow dateWindow to be set explicitly in layout (previously it was deduced from the...
Dan Vanderkam [Mon, 14 Dec 2009 13:35:51 +0000 (05:35 -0800)]
allow dateWindow to be set explicitly in layout (previously it was deduced from the data)

14 years agofix another 0 vs. null bug
Dan Vanderkam [Mon, 14 Dec 2009 13:25:46 +0000 (05:25 -0800)]
fix another 0 vs. null bug

14 years agobasic panning functionality
Dan Vanderkam [Mon, 14 Dec 2009 13:16:28 +0000 (05:16 -0800)]
basic panning functionality

14 years agoupdate combined
Dan Vanderkam [Mon, 14 Dec 2009 09:00:56 +0000 (01:00 -0800)]
update combined

14 years agoupdate status div
Dan Vanderkam [Mon, 14 Dec 2009 09:00:39 +0000 (01:00 -0800)]
update status div

14 years agoresizing test
Dan Vanderkam [Mon, 14 Dec 2009 08:56:05 +0000 (00:56 -0800)]
resizing test

14 years agoactually draw the graph
Dan Vanderkam [Mon, 14 Dec 2009 08:55:58 +0000 (00:55 -0800)]
actually draw the graph

14 years agofirst stab at Dygraph.resize()
Dan Vanderkam [Mon, 14 Dec 2009 08:34:00 +0000 (00:34 -0800)]
first stab at Dygraph.resize()

14 years agofix bug
Dan Vanderkam [Mon, 14 Dec 2009 08:14:16 +0000 (00:14 -0800)]
fix bug

14 years agoupdate combined
Dan Vanderkam [Sun, 13 Dec 2009 23:01:10 +0000 (15:01 -0800)]
update combined

14 years agoIncorporate patch from Mark Swanson
Dan Vanderkam [Sun, 13 Dec 2009 23:00:56 +0000 (15:00 -0800)]
Incorporate patch from Mark Swanson

14 years agoupdate combined
Dan Vanderkam [Sun, 13 Dec 2009 19:10:26 +0000 (11:10 -0800)]
update combined

14 years agolabelsKMB test
Dan Vanderkam [Sun, 13 Dec 2009 19:10:06 +0000 (11:10 -0800)]
labelsKMB test

14 years agoclean things up
Dan Vanderkam [Sun, 13 Dec 2009 19:09:58 +0000 (11:09 -0800)]
clean things up

14 years agoapply patch #2 from ComSubVie
Dan Vanderkam [Sun, 13 Dec 2009 18:58:40 +0000 (10:58 -0800)]
apply patch #2 from ComSubVie

14 years agoapply patch one from ComSubVie
Dan Vanderkam [Sun, 13 Dec 2009 18:54:17 +0000 (10:54 -0800)]
apply patch one from ComSubVie

14 years agofix gviz test
Dan Vanderkam [Sun, 13 Dec 2009 18:39:33 +0000 (10:39 -0800)]
fix gviz test

14 years agoupdate combined
Dan Vanderkam [Sun, 13 Dec 2009 08:28:03 +0000 (00:28 -0800)]
update combined

14 years agoclean up whitespace issues
Dan Vanderkam [Sun, 13 Dec 2009 08:26:34 +0000 (00:26 -0800)]
clean up whitespace issues

14 years agoapply patches from mark swanson
Dan Vanderkam [Sun, 13 Dec 2009 08:20:49 +0000 (00:20 -0800)]
apply patches from mark swanson

14 years agoupdate combined
Dan Vanderkam [Sat, 12 Dec 2009 00:17:49 +0000 (16:17 -0800)]
update combined

14 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Sat, 12 Dec 2009 00:17:33 +0000 (16:17 -0800)]
Merge branch 'master' of github.com:danvk/dygraphs

14 years agoadd support for errorBars to gviz gadget
Dan Vanderkam [Sat, 12 Dec 2009 00:17:29 +0000 (16:17 -0800)]
add support for errorBars to gviz gadget

14 years agocheck for null/undefined/NaN values, not zero values. add test
Dan Vanderkam [Sat, 12 Dec 2009 00:15:59 +0000 (16:15 -0800)]
check for null/undefined/NaN values, not zero values. add test

14 years agoMoved CSS out to separate file.
Ali Karbassi [Thu, 10 Dec 2009 22:39:04 +0000 (16:39 -0600)]
Moved CSS out to separate file.
Changed tabbing from 4 to 2.
Fixed an extra ',' in code which would produce errors.

14 years agoFixed the documentation to be cleaner.
Ali Karbassi [Thu, 10 Dec 2009 21:27:07 +0000 (15:27 -0600)]
Fixed the documentation to be cleaner.

14 years agoFixed minimal example error. Added github repo location
Ali Karbassi [Thu, 10 Dec 2009 19:57:48 +0000 (13:57 -0600)]
Fixed minimal example error. Added github repo location

14 years agoTypos.
Ali Karbassi [Thu, 10 Dec 2009 19:56:37 +0000 (13:56 -0600)]
Typos.

14 years agomake initial combined reference a link
Dan Vanderkam [Tue, 8 Dec 2009 23:58:37 +0000 (15:58 -0800)]
make initial combined reference a link

14 years agoadd downloads link
Dan Vanderkam [Tue, 8 Dec 2009 23:28:46 +0000 (15:28 -0800)]
add downloads link

14 years agocouple edits to docs
Dan Vanderkam [Tue, 8 Dec 2009 23:09:04 +0000 (15:09 -0800)]
couple edits to docs

14 years agopublished gadget
Dan Vanderkam [Tue, 8 Dec 2009 22:57:58 +0000 (14:57 -0800)]
published gadget

14 years agogviz documentation
Dan Vanderkam [Tue, 8 Dec 2009 22:56:47 +0000 (14:56 -0800)]
gviz documentation

14 years agomerge
Dan Vanderkam [Tue, 8 Dec 2009 20:34:52 +0000 (12:34 -0800)]
merge

14 years agoIE compatibility notes
Dan Vanderkam [Tue, 8 Dec 2009 20:31:49 +0000 (12:31 -0800)]
IE compatibility notes

14 years agorearrange docs
Dan Vanderkam [Tue, 8 Dec 2009 20:09:18 +0000 (12:09 -0800)]
rearrange docs

14 years agosuzuki fraction demo
Dan Vanderkam [Tue, 8 Dec 2009 06:45:44 +0000 (22:45 -0800)]
suzuki fraction demo

14 years agofractions test
Dan Vanderkam [Tue, 8 Dec 2009 02:30:30 +0000 (18:30 -0800)]
fractions test

14 years agofractions test/demo
Dan Vanderkam [Tue, 8 Dec 2009 02:29:13 +0000 (18:29 -0800)]
fractions test/demo

14 years agofix an IE bug on the main page
Dan Vanderkam [Tue, 8 Dec 2009 02:13:53 +0000 (18:13 -0800)]
fix an IE bug on the main page

14 years agoremove some PlotKit references
Dan Vanderkam [Sun, 6 Dec 2009 04:12:54 +0000 (20:12 -0800)]
remove some PlotKit references

14 years agoadjust spacing
Dan Vanderkam [Sun, 6 Dec 2009 04:09:15 +0000 (20:09 -0800)]
adjust spacing

14 years agoupdate docs
Dan Vanderkam [Sun, 6 Dec 2009 03:22:53 +0000 (19:22 -0800)]
update docs

14 years agoupdate docs with temperature demo
Dan Vanderkam [Sun, 6 Dec 2009 01:58:17 +0000 (17:58 -0800)]
update docs with temperature demo

14 years agofix some customError bugs
Dan Vanderkam [Sun, 6 Dec 2009 01:57:25 +0000 (17:57 -0800)]
fix some customError bugs

14 years agoall tests pass in IE8!
Dan Vanderkam [Fri, 4 Dec 2009 01:19:37 +0000 (17:19 -0800)]
all tests pass in IE8!

14 years agoMerge branch 'master' of git@github.com:danvk/dygraphs
Dan Vanderkam [Thu, 3 Dec 2009 18:46:06 +0000 (10:46 -0800)]
Merge branch 'master' of git@github.com:danvk/dygraphs

14 years agoupdate test titles, remove PlotKit
Dan Vanderkam [Thu, 3 Dec 2009 18:45:44 +0000 (10:45 -0800)]
update test titles, remove PlotKit

14 years agoupdate combined
Dan Vanderkam [Thu, 3 Dec 2009 18:21:09 +0000 (10:21 -0800)]
update combined

14 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Thu, 3 Dec 2009 18:20:56 +0000 (10:20 -0800)]
Merge branch 'master' of github.com:danvk/dygraphs