Adam Bozanich [Wed, 21 Apr 2010 09:08:40 +0000 (02:08 -0700)]
include 0 in series data
Dan Vanderkam [Tue, 20 Apr 2010 00:12:50 +0000 (17:12 -0700)]
set -x in push-to-web
Dan Vanderkam [Tue, 20 Apr 2010 00:12:35 +0000 (17:12 -0700)]
continue docs
Dan Vanderkam [Mon, 19 Apr 2010 22:42:53 +0000 (15:42 -0700)]
Merge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Mon, 19 Apr 2010 22:42:31 +0000 (15:42 -0700)]
push-to-web.sh
Dan Vanderkam [Mon, 19 Apr 2010 22:41:41 +0000 (15:41 -0700)]
start data.html
Dan Vanderkam [Mon, 19 Apr 2010 22:41:33 +0000 (15:41 -0700)]
link to new underlay callback test
Dan Vanderkam [Tue, 13 Apr 2010 21:40:12 +0000 (14:40 -0700)]
add another underlay callback parameter, plus a nicer demo
Adam Vartanian [Fri, 9 Apr 2010 18:45:04 +0000 (14:45 -0400)]
Add GWT Dygraphs loader class and supporting files.
Dan Vanderkam [Tue, 6 Apr 2010 17:13:54 +0000 (10:13 -0700)]
fix a small bug which appeared when a series had a min/max of zero
Dan Vanderkam [Tue, 6 Apr 2010 17:11:14 +0000 (10:11 -0700)]
uncover a bug in a test case
Adam Vartanian [Tue, 30 Mar 2010 15:13:30 +0000 (11:13 -0400)]
Add unhighlightCallback option, with documentation.
Adam Vartanian [Wed, 24 Mar 2010 22:20:49 +0000 (18:20 -0400)]
Properly format timestamps at 00:00:00 with non-zero milliseconds on x axis.
Update docs for X axis formatting.
Adam Vartanian [Wed, 24 Mar 2010 20:36:04 +0000 (16:36 -0400)]
Add ability to specify the formatter used for the x axis.
Combine code that does x axis formatting into a single function.
Dan Vanderkam [Tue, 23 Mar 2010 17:27:25 +0000 (10:27 -0700)]
Merge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Tue, 23 Mar 2010 14:08:59 +0000 (07:08 -0700)]
call out the "developer options reference"
Dan Vanderkam [Tue, 23 Mar 2010 14:05:32 +0000 (07:05 -0700)]
linkify
Dan Vanderkam [Tue, 23 Mar 2010 14:05:22 +0000 (07:05 -0700)]
document some more options
Dan Vanderkam [Tue, 23 Mar 2010 13:45:39 +0000 (06:45 -0700)]
css tweak
Dan Vanderkam [Tue, 23 Mar 2010 13:44:14 +0000 (06:44 -0700)]
linkify
Dan Vanderkam [Tue, 23 Mar 2010 13:41:47 +0000 (06:41 -0700)]
tests divs
Dan Vanderkam [Tue, 23 Mar 2010 13:33:28 +0000 (06:33 -0700)]
add test references to docs
Dan Vanderkam [Tue, 23 Mar 2010 12:25:16 +0000 (05:25 -0700)]
Stop including dygraph-combined.js in tests
Dan Vanderkam [Mon, 22 Mar 2010 20:48:04 +0000 (13:48 -0700)]
update description of combined
Dean Wampler [Mon, 22 Mar 2010 20:04:29 +0000 (15:04 -0500)]
Added a makefile for running the generate-combined.sh script. The Makefile serves as a clue to new users that a "build" is first required before using local copies of the JS files.
Nikhil Kasinadhuni [Thu, 11 Mar 2010 18:46:02 +0000 (10:46 -0800)]
push() is cheaper than unshift(). Refactor to separate the stacked case from
the normal case in determining the list of hovered points.
Nikhil Kasinadhuni [Thu, 11 Mar 2010 03:19:09 +0000 (19:19 -0800)]
Get the color alternating logic right.
Nikhil Kasinadhuni [Thu, 11 Mar 2010 01:14:40 +0000 (17:14 -0800)]
Merge branch 'master' of git://github.com/danvk/dygraphs
Conflicts:
dygraph.js
Nikhil Kasinadhuni [Thu, 11 Mar 2010 01:10:06 +0000 (17:10 -0800)]
Fixed a bug with generating points for stackedGraph.
Dan Vanderkam [Thu, 11 Mar 2010 00:30:18 +0000 (16:30 -0800)]
some tweaks to knikhil's change
Dan Vanderkam [Thu, 11 Mar 2010 00:21:02 +0000 (16:21 -0800)]
update for= in callback
Dan Vanderkam [Thu, 11 Mar 2010 00:19:39 +0000 (16:19 -0800)]
undo changes to dygraph-combined.js
Nikhil Kasinadhuni [Thu, 11 Mar 2010 00:10:44 +0000 (16:10 -0800)]
Merge remote branch 'danvk/master'
Conflicts:
dygraph-combined.js
dygraph.js
Nikhil Kasinadhuni [Wed, 10 Mar 2010 22:19:33 +0000 (14:19 -0800)]
Added tests for yValueFormatter and showLabelsOnHighlight. s/staticLabels/showLabelsOnHighlight/g
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.
Dan Vanderkam [Mon, 8 Mar 2010 23:17:34 +0000 (15:17 -0800)]
Merge branch 'master' of git://github.com/flooey/dygraphs
Dan Vanderkam [Mon, 8 Mar 2010 22:30:33 +0000 (14:30 -0800)]
undo changes to dygraph-combined
Dan Vanderkam [Mon, 8 Mar 2010 22:28:47 +0000 (14:28 -0800)]
document test, add reference
Dan Vanderkam [Mon, 8 Mar 2010 22:25:06 +0000 (14:25 -0800)]
add live updates test
Adam Vartanian [Mon, 8 Mar 2010 20:44:06 +0000 (15:44 -0500)]
Fix bugs in connectSeparatedPoints implementation. Add test.
Dan Vanderkam [Fri, 5 Mar 2010 20:34:58 +0000 (12:34 -0800)]
rename test
Dan Vanderkam [Fri, 5 Mar 2010 20:34:45 +0000 (12:34 -0800)]
cleanup
Yaroslav Korshak [Fri, 5 Mar 2010 09:47:21 +0000 (11:47 +0200)]
Added test
Yaroslav Korshak [Fri, 5 Mar 2010 09:46:01 +0000 (11:46 +0200)]
Added test fot reversing and made some cleanup
Adam Vartanian [Thu, 4 Mar 2010 19:45:50 +0000 (14:45 -0500)]
Add connectSeparatedPoints option to ignore points with no value.
Created color-by-name map to look up colors, since not all datasets have a
point at each timestamp, so we can no longer rely on dataset index.
Yaroslav Korshak [Thu, 4 Mar 2010 09:56:47 +0000 (11:56 +0200)]
Little trick that allows reversing Y axis with valueRange: [300, 0]
Dan Vanderkam [Tue, 2 Mar 2010 19:20:44 +0000 (11:20 -0800)]
clean up gviz selection test
Nagy Attila Gabor [Tue, 2 Mar 2010 10:25:42 +0000 (11:25 +0100)]
Gviz-compatibility test added
Nagy Attila Gabor [Thu, 25 Feb 2010 21:39:30 +0000 (22:39 +0100)]
Fixed bug when graph is zoomed
Nagy Attila Gabor [Wed, 24 Feb 2010 21:22:44 +0000 (22:22 +0100)]
Google Visualization API compatible getSelection() method
- bugs: returns incorrect data is datasource is unsorted
Nagy Attila Gabor [Wed, 24 Feb 2010 21:22:09 +0000 (22:22 +0100)]
Support for Google Visualization API compatible setSelection method
- Only column selection is supported
- bugs: may works incorrectly if source data is unsorted
Dan Vanderkam [Tue, 23 Feb 2010 04:11:01 +0000 (20:11 -0800)]
check in the new commit hooks
Dan Vanderkam [Tue, 23 Feb 2010 03:57:38 +0000 (19:57 -0800)]
remove dygraph-combined.js; it's now generated by a commit hook
Dan Vanderkam [Tue, 23 Feb 2010 02:33:04 +0000 (18:33 -0800)]
remove mochikit entirely
Dan Vanderkam [Sat, 20 Feb 2010 03:37:31 +0000 (19:37 -0800)]
update combined
Dan Vanderkam [Sat, 20 Feb 2010 03:37:12 +0000 (19:37 -0800)]
overdrawing with error bars
Dan Vanderkam [Sat, 20 Feb 2010 02:58:50 +0000 (18:58 -0800)]
fix bug in toDomCoords
Dan Vanderkam [Sat, 20 Feb 2010 02:56:30 +0000 (18:56 -0800)]
add new coordinate conversion functions
Dan Vanderkam [Sat, 20 Feb 2010 02:17:19 +0000 (18:17 -0800)]
prune to visible range, plus one point on either side (for overdrawing)
Dan Vanderkam [Sat, 20 Feb 2010 01:59:17 +0000 (17:59 -0800)]
fix bug in dateWindow test
Dan Vanderkam [Sat, 20 Feb 2010 01:57:54 +0000 (17:57 -0800)]
JS is not C++
Dan Vanderkam [Sat, 20 Feb 2010 01:57:34 +0000 (17:57 -0800)]
catch NaN dates like new Date("2009/10/00") in parseArray_
Dan Vanderkam [Sat, 20 Feb 2010 01:42:44 +0000 (17:42 -0800)]
Dan Vanderkam [Sat, 20 Feb 2010 01:38:54 +0000 (17:38 -0800)]
set clipping rectangles
Dan Vanderkam [Fri, 19 Feb 2010 18:19:37 +0000 (10:19 -0800)]
remove commented-out code
Eoin Curran [Fri, 19 Feb 2010 15:35:54 +0000 (15:35 +0000)]
Add support for custom underlay drawing
Dan Vanderkam [Fri, 19 Feb 2010 07:49:06 +0000 (23:49 -0800)]
update combined
Dan Vanderkam [Fri, 19 Feb 2010 07:48:50 +0000 (23:48 -0800)]
add a destroy() method
Dan Vanderkam [Tue, 16 Feb 2010 20:48:14 +0000 (12:48 -0800)]
merge
Dan Vanderkam [Tue, 16 Feb 2010 20:47:11 +0000 (12:47 -0800)]
fix some bugs that were breaking IE
Dan Vanderkam [Fri, 12 Feb 2010 23:55:29 +0000 (15:55 -0800)]
add a second parameter (initial) to drawCallback
Dan Vanderkam [Thu, 11 Feb 2010 16:16:45 +0000 (08:16 -0800)]
synchronize demo
Dan Vanderkam [Wed, 10 Feb 2010 17:55:00 +0000 (09:55 -0800)]
notes; stop clipping
Dan Vanderkam [Mon, 8 Feb 2010 23:00:38 +0000 (15:00 -0800)]
Parse dates like "2009-7-12" correctly (patch from MarkSwanson)
Dan Vanderkam [Mon, 8 Feb 2010 22:45:56 +0000 (14:45 -0800)]
update combined
Dan Vanderkam [Mon, 8 Feb 2010 22:45:47 +0000 (14:45 -0800)]
simplify logic
Evan Klitzke [Mon, 8 Feb 2010 08:09:39 +0000 (00:09 -0800)]
pad exact hours with :00
Dan Vanderkam [Fri, 5 Feb 2010 17:51:29 +0000 (09:51 -0800)]
minor tweaks post-merge
Dan Vanderkam [Fri, 5 Feb 2010 17:45:08 +0000 (09:45 -0800)]
merge in nikhil's changes
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.
Dan Vanderkam [Fri, 5 Feb 2010 05:51:55 +0000 (21:51 -0800)]
change for Safari suggested by bearlanding
Dan Vanderkam [Fri, 5 Feb 2010 05:40:15 +0000 (21:40 -0800)]
update combined
Dan Vanderkam [Fri, 5 Feb 2010 05:36:21 +0000 (21:36 -0800)]
highlight callback only when selected point changes
Dan Vanderkam [Wed, 3 Feb 2010 17:59:45 +0000 (09:59 -0800)]
update combined
Dan Vanderkam [Wed, 3 Feb 2010 17:59:28 +0000 (09:59 -0800)]
add xAxisRange and a few tests
Dan Vanderkam [Sun, 31 Jan 2010 05:10:50 +0000 (21:10 -0800)]
update combined
Dan Vanderkam [Sun, 31 Jan 2010 05:10:28 +0000 (21:10 -0800)]
fix a bug involving calculation of span w/r/t/ includeZero
Dan Vanderkam [Sun, 31 Jan 2010 03:41:20 +0000 (19:41 -0800)]
update combiend
Dan Vanderkam [Sun, 31 Jan 2010 03:41:08 +0000 (19:41 -0800)]
Fix Kenny's numeric gviz bug and add a test
Dan Vanderkam [Thu, 28 Jan 2010 20:04:14 +0000 (12:04 -0800)]
add includeZero test to no-range
Dan Vanderkam [Tue, 26 Jan 2010 09:06:17 +0000 (01:06 -0800)]
update combined
Dan Vanderkam [Tue, 26 Jan 2010 09:06:07 +0000 (01:06 -0800)]
Fix issue 67 and add a test
Dan Vanderkam [Tue, 26 Jan 2010 08:51:08 +0000 (00:51 -0800)]
update combined
Dan Vanderkam [Tue, 26 Jan 2010 08:50:55 +0000 (00:50 -0800)]
Fix issue #65
Dan Vanderkam [Wed, 13 Jan 2010 18:29:16 +0000 (10:29 -0800)]
update combined
Dan Vanderkam [Wed, 13 Jan 2010 18:28:58 +0000 (10:28 -0800)]
out of order test
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)
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.
Dan Vanderkam [Wed, 30 Dec 2009 05:51:23 +0000 (21:51 -0800)]
Fix typo spotted by Morgan
Dan Vanderkam [Wed, 23 Dec 2009 23:11:28 +0000 (18:11 -0500)]
toggle visibility in stock demo