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: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
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
Dan Vanderkam [Tue, 29 Jun 2010 22:28:04 +0000 (15:28 -0700)]
fix link on home page
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
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.
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).
Dan Vanderkam [Tue, 27 Apr 2010 23:05:58 +0000 (16:05 -0700)]
error on zero width/height
Dan Vanderkam [Fri, 23 Apr 2010 22:26:24 +0000 (15:26 -0700)]
make bug more clear in stacked test
Dan Vanderkam [Fri, 23 Apr 2010 22:26:16 +0000 (15:26 -0700)]
some tweaks for divs with % sizes
Dan Vanderkam [Fri, 23 Apr 2010 19:20:53 +0000 (12:20 -0700)]
add resize_lock, which fixes a bug in chrome
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