Dan Vanderkam [Sat, 24 Nov 2012 04:03:05 +0000 (23:03 -0500)]
More correctly-compiling files, plus some more info in closure-todo.txt
Dan Vanderkam [Sat, 24 Nov 2012 03:16:34 +0000 (22:16 -0500)]
dygraph-tickers builds clean
Dan Vanderkam [Sat, 24 Nov 2012 02:40:39 +0000 (21:40 -0500)]
Closurify some low-hanging fruit
Dan Vanderkam [Sat, 24 Nov 2012 02:21:33 +0000 (21:21 -0500)]
dygraph-utils.js compiles under closure with no warnings or errors
Dan Vanderkam [Sat, 24 Nov 2012 02:17:26 +0000 (21:17 -0500)]
lots of type defintions in dygraph-utils.js; down to 8 compiler warnings
Dan Vanderkam [Sat, 24 Nov 2012 00:52:16 +0000 (16:52 -0800)]
Merge pull request #178 from kberg/tests
Add test for xValueParser
Dan Vanderkam [Sat, 24 Nov 2012 00:51:18 +0000 (16:51 -0800)]
Merge pull request #177 from danvk/no-width-no-work
Fix to https://code.google.com/p/dygraphs/issues/detail?id=399
Robert Konigsberg [Fri, 23 Nov 2012 20:19:25 +0000 (15:19 -0500)]
Add sanity test for xValueParser.
Dan Vanderkam [Fri, 23 Nov 2012 19:23:46 +0000 (11:23 -0800)]
Merge pull request #174 from wimme/patch-1
Range selector: stepplots and fix for gaps in data
Robert Konigsberg [Thu, 22 Nov 2012 19:03:30 +0000 (14:03 -0500)]
Add per-series tests that validate new-style options and how they relate to old-style options.
Robert Konigsberg [Thu, 22 Nov 2012 19:02:53 +0000 (14:02 -0500)]
Series have to be updated when updateOptions are called. Otherwise series : null won't make a difference.
Robert Konigsberg [Thu, 22 Nov 2012 19:02:31 +0000 (14:02 -0500)]
Be friendlier with options that exist, but are null, which is typical when updating options.
Robert Konigsberg [Thu, 22 Nov 2012 18:01:40 +0000 (13:01 -0500)]
Add test case to verify that strings-as-divs are allowed.
Robert Konigsberg [Thu, 22 Nov 2012 17:55:03 +0000 (12:55 -0500)]
When div is of type string, replace it with a document element.
Robert Konigsberg [Thu, 22 Nov 2012 17:37:21 +0000 (12:37 -0500)]
Merge branch 'master' of https://github.com/danvk/dygraphs into no-width-no-work
Robert Konigsberg [Thu, 22 Nov 2012 17:20:54 +0000 (12:20 -0500)]
Add pathalogical test case (broken) that show that width and height are required, which they should not, since dygraphs.com/options.html#width and http://dygraphs.com/options.html#height say that there are default values.
Robert Konigsberg [Thu, 22 Nov 2012 17:07:52 +0000 (12:07 -0500)]
Fix syntactically broken per_series.js
Robert Konigsberg [Thu, 22 Nov 2012 17:07:43 +0000 (12:07 -0500)]
Fix broken options reference.
Robert Konigsberg [Thu, 22 Nov 2012 17:04:57 +0000 (12:04 -0500)]
Forgot dash when specifying test name.
Robert Konigsberg [Thu, 22 Nov 2012 17:03:34 +0000 (12:03 -0500)]
Whoops, missing commas.
Robert Konigsberg [Thu, 22 Nov 2012 17:02:24 +0000 (12:02 -0500)]
Add tests for new series option.
Robert Konigsberg [Thu, 22 Nov 2012 16:33:01 +0000 (11:33 -0500)]
Merge branch 'master' of https://github.com/kberg/dygraphs into new-series-option
Robert Konigsberg [Thu, 22 Nov 2012 16:29:41 +0000 (08:29 -0800)]
Merge pull request #1 from kberg/add-per-series-to-tests
Add missing tests to auto_tests/misc/local, and reorganize tests.
Robert Konigsberg [Thu, 22 Nov 2012 16:29:05 +0000 (08:29 -0800)]
Merge pull request #176 from kberg/add-per-series-to-tests
Add missing tests to local.html, organize.
Robert Konigsberg [Thu, 22 Nov 2012 16:27:27 +0000 (11:27 -0500)]
Add missing tests to auto_tests/misc/local, and reorganize tests.
Robert Konigsberg [Thu, 22 Nov 2012 13:35:23 +0000 (08:35 -0500)]
Add code to deal with the new, global, series option.
Wim Bruynooghe [Thu, 22 Nov 2012 08:15:42 +0000 (09:15 +0100)]
fixed spacings
Dan Vanderkam [Thu, 22 Nov 2012 03:07:50 +0000 (19:07 -0800)]
Merge pull request #161 from klausw-g/is-series-locked
Export .isSeriesLocked() API function
Wim Bruynooghe [Mon, 19 Nov 2012 14:10:41 +0000 (15:10 +0100)]
Range selector: stepplots and fix for gaps in data
- The range selector used to draw always a line chart, now it will also draw a step plot like the main graph when this option is enabled
- When there are gaps in the data, the range selector drew skew lines. Now, during a gap the line will be drawn at the bottom.
Robert Konigsberg [Sun, 18 Nov 2012 16:35:00 +0000 (08:35 -0800)]
Merge pull request #173 from kberg/reverse-noisydata
reverse the lines for the series C of NoisyDataABC to make it less obvious it was a shifted copy of series B.
Robert Konigsberg [Sun, 18 Nov 2012 16:18:09 +0000 (11:18 -0500)]
Dump Dygraph.seriesToAxisMap, move it into DygraphOptions. Add API to support it.
Robert Konigsberg [Sun, 18 Nov 2012 03:21:07 +0000 (22:21 -0500)]
Add numAxes function.
Robert Konigsberg [Sun, 18 Nov 2012 03:10:51 +0000 (22:10 -0500)]
Remove the old code for attr_.
Robert Konigsberg [Sun, 18 Nov 2012 03:01:46 +0000 (21:01 -0600)]
Support highlightSeriesOpts, and, standardize on field names.
Robert Konigsberg [Sun, 18 Nov 2012 02:44:43 +0000 (20:44 -0600)]
Respect options set in the series-axis object (e.g. Y2 : { labelsKMB: true })
Robert Konigsberg [Sun, 18 Nov 2012 01:10:34 +0000 (19:10 -0600)]
Fix mis-named method.
Robert Konigsberg [Sun, 18 Nov 2012 01:10:22 +0000 (19:10 -0600)]
Reparse when series is set for array data.
Robert Konigsberg [Sun, 18 Nov 2012 00:51:24 +0000 (18:51 -0600)]
Looking better -- handle the CSV/no label case.
Robert Konigsberg [Sun, 18 Nov 2012 00:41:17 +0000 (18:41 -0600)]
Add dygraph-options.js. Add code to compare behavior. Looks like it's only working in very limited cases.
Robert Konigsberg [Fri, 16 Nov 2012 00:36:48 +0000 (18:36 -0600)]
Added actual drawing to test for visual cue.
Robert Konigsberg [Fri, 16 Nov 2012 00:25:00 +0000 (18:25 -0600)]
testDrawHighlightPointCallback won't pass when the tests change because it requires mouse operations. Set it aside for now.
Robert Konigsberg [Fri, 16 Nov 2012 00:22:39 +0000 (18:22 -0600)]
Add tests (which currently fail) that ensure that drawPointCallback and drawHighlightPointCallback play nice with axis settings.
Dan Vanderkam [Thu, 15 Nov 2012 16:27:28 +0000 (08:27 -0800)]
Merge pull request #171 from kberg/master
Add third data set to visibility.html
Dan Vanderkam [Thu, 15 Nov 2012 16:26:58 +0000 (08:26 -0800)]
Merge pull request #170 from shole/master
findClosestPoint visibility bias fix
Robert Konigsberg [Wed, 14 Nov 2012 18:56:14 +0000 (12:56 -0600)]
reverse the lines for the series C of NoisyDataABC to make it less obvious it was a shifted copy of series B.
Robert Konigsberg [Wed, 14 Nov 2012 17:49:53 +0000 (11:49 -0600)]
Add third data set to visibility.html.
shole [Sat, 27 Oct 2012 15:55:57 +0000 (18:55 +0300)]
findClosestPoint visibility bias fix, as described in this issue;
https://code.google.com/p/dygraphs/issues/detail?id=369
Dan Vanderkam [Thu, 25 Oct 2012 17:43:42 +0000 (10:43 -0700)]
Merge pull request #168 from jhollingsworth/master
Update to Fix Issue 162: Support DOS-style line endings and IE8 Title
Jason Hollingsworth [Thu, 25 Oct 2012 15:56:44 +0000 (10:56 -0500)]
Merge branch 'master' of github.com:jhollingsworth/dygraphs
Jason Hollingsworth [Thu, 25 Oct 2012 15:32:51 +0000 (10:32 -0500)]
Fixed an issue with the chart title not being visible in IE8 and before. This does the same thing as the axes labels (sets the zIndex to 10), to ensure it displays on top of the canvas.
Jason Hollingsworth [Thu, 25 Oct 2012 14:11:31 +0000 (09:11 -0500)]
Update to Fix Issue 162: Support DOS-style line endings.
IE8/IE7 does not support string iteration using [], this fix uses charAt. Also I added support for \r\n (CRLF), which is more common than \n\r (LFCR). It now supports all four
Dan Vanderkam [Mon, 17 Sep 2012 20:45:20 +0000 (16:45 -0400)]
fix for issue 380 from adilh
Robert Konigsberg [Mon, 10 Sep 2012 13:22:51 +0000 (06:22 -0700)]
Merge pull request #166 from klemmster/master
Minor cleanup gallery/synchronize.js - thanks.
Richard Klemm [Mon, 10 Sep 2012 09:00:19 +0000 (11:00 +0200)]
Remove unused variable
Dan Vanderkam [Tue, 28 Aug 2012 17:17:23 +0000 (13:17 -0400)]
Fix some numeric issues with older Firefox
Dan Vanderkam [Tue, 28 Aug 2012 16:11:10 +0000 (12:11 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Tue, 28 Aug 2012 15:46:59 +0000 (11:46 -0400)]
Remove variable re-definitions
Dan Vanderkam [Sun, 26 Aug 2012 07:53:24 +0000 (10:53 +0300)]
small script to track compressed file sizes
Dan Vanderkam [Fri, 17 Aug 2012 15:38:24 +0000 (11:38 -0400)]
Fix Issue 162: Support DOS-style line endings
Dan Vanderkam [Fri, 17 Aug 2012 15:24:02 +0000 (11:24 -0400)]
add auto_test from Issue 242
Dan Vanderkam [Thu, 16 Aug 2012 22:01:12 +0000 (18:01 -0400)]
Fix Issue 229:valueRange and errorBars not mixing when valueRange max = data max
Dan Vanderkam [Thu, 16 Aug 2012 21:44:06 +0000 (17:44 -0400)]
resolve issue 180 via better documentation
Dan Vanderkam [Thu, 16 Aug 2012 21:37:04 +0000 (17:37 -0400)]
verify that issue 185 is fixed
Dan Vanderkam [Thu, 16 Aug 2012 21:27:13 +0000 (17:27 -0400)]
Fix Issue 359:animatedZooms option has a bad interaction with range selector
Dan Vanderkam [Thu, 16 Aug 2012 21:19:19 +0000 (17:19 -0400)]
Fix Issue 328:Thick data lines shown breaks
Dan Vanderkam [Thu, 16 Aug 2012 20:34:04 +0000 (16:34 -0400)]
update docs to reflect that fillGraph is now per-series.
Dan Vanderkam [Thu, 16 Aug 2012 20:31:17 +0000 (16:31 -0400)]
Fix issue 139:set fill option by series rather than for entire graph
Dan Vanderkam [Thu, 16 Aug 2012 19:48:48 +0000 (15:48 -0400)]
rv f4e7e19, which was committed by accident
Dan Vanderkam [Thu, 16 Aug 2012 19:45:52 +0000 (15:45 -0400)]
Fix issue 201:zero-series test broken
Dan Vanderkam [Thu, 16 Aug 2012 19:22:21 +0000 (15:22 -0400)]
Fix Issue 361: Moving the mouse over an iframe breaks range selector interaction
Dan Vanderkam [Thu, 16 Aug 2012 16:03:49 +0000 (12:03 -0400)]
failing test for iframe mouseup
Dan Vanderkam [Thu, 16 Aug 2012 15:47:59 +0000 (11:47 -0400)]
Fix & regression test for Issue 358:
857a6931 breaks stacked graph highlighting
Dan Vanderkam [Wed, 15 Aug 2012 17:41:32 +0000 (10:41 -0700)]
Merge pull request #164 from wimme/patch-3
Stepplot and errorbars sync fix
Dan Vanderkam [Mon, 13 Aug 2012 21:53:23 +0000 (17:53 -0400)]
Fix issue 322: calling destroy() results in an error in IE8
Dan Vanderkam [Mon, 13 Aug 2012 21:42:28 +0000 (17:42 -0400)]
stupid trailing commas
wimme [Mon, 13 Aug 2012 20:52:42 +0000 (23:52 +0300)]
Stepplot and errorbars sync fix
The 1st error bar wasn't been drawn on stepplots, instead the script started with drawing the horizontal line of the 2nd error bar which was then shown under the 1st value, the 3rd error bar was drawn under the 2nd value, etc, what resulted in an incorrect graph.
Demo:
Without the fix:
http://wimme.net/temp/dygraphs1/index.htm
http://wimme.net/temp/dygraphs1/weather.htm
Notice how the error bars and the line charts are not in sync, the error bar is one value ahead
With the fix:
http://wimme.net/temp/dygraphs2/
http://wimme.net/temp/dygraphs2/weather.htm
Here are the error bars and the line charts nicely in sync, the way it should be.
Dan Vanderkam [Fri, 10 Aug 2012 16:16:24 +0000 (12:16 -0400)]
fix all lint errors
Dan Vanderkam [Fri, 10 Aug 2012 15:38:17 +0000 (11:38 -0400)]
allow lint.sh to take a file as a command-line argument
Dan Vanderkam [Thu, 9 Aug 2012 18:24:47 +0000 (14:24 -0400)]
remove trailing comma that was breaking IE
Dan Vanderkam [Wed, 8 Aug 2012 16:43:15 +0000 (12:43 -0400)]
tweaks to crosshair demo
Dan Vanderkam [Wed, 8 Aug 2012 15:20:10 +0000 (11:20 -0400)]
add crosshair demo back as per user request
Dan Vanderkam [Wed, 8 Aug 2012 03:40:31 +0000 (20:40 -0700)]
Merge pull request #163 from flooey/master
Add unaligned timestamp option to benchmark
Adam Vartanian [Tue, 7 Aug 2012 19:34:30 +0000 (15:34 -0400)]
Add option to many-points-benchmark that unaligns timestamps
Dan Vanderkam [Mon, 6 Aug 2012 21:55:40 +0000 (14:55 -0700)]
Merge pull request #162 from kberg/master
Two bug fixes that come from the recent push
Robert Konigsberg [Thu, 2 Aug 2012 19:40:17 +0000 (15:40 -0400)]
Allow labelsDivWidth updates to be reflected in already-drawn graphs.
Robert Konigsberg [Thu, 2 Aug 2012 19:35:22 +0000 (15:35 -0400)]
Fix missing object reference in interaction model.
Dan Vanderkam [Tue, 31 Jul 2012 21:30:18 +0000 (17:30 -0400)]
declare vars in dashed-canvas
Dan Vanderkam [Tue, 31 Jul 2012 20:11:44 +0000 (16:11 -0400)]
remove extra dygraph-combined link
Dan Vanderkam [Tue, 31 Jul 2012 20:03:49 +0000 (16:03 -0400)]
Add 'plotter' option, which allows custom drawing.
This can be used to create bar charts, mixed bar/line charts, box and whisker
charts, chandle charts, or whatever you can dream up.
Squashed commit of the following:
commit
0d5ce69dda5f02db7a4576b220f8cb7bc45cd197
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Tue Jul 31 12:38:43 2012 -0400
bug fix
commit
15e29ef96fc41e73512edf7c404462cfa6f7ed3c
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Tue Jul 31 12:37:21 2012 -0400
kberg comments
commit
0a61073b21bb92002f9808356be02e015b584450
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Tue Jul 31 11:04:49 2012 -0400
copy over more stuff in push-to-web
commit
3b9f9d1b6ca68a61d593ff909f2cdab2827b3410
Merge: 7f808fd 85e975f
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Tue Jul 31 10:49:06 2012 -0400
Merge branch 'master' into plotter-option
commit
7f808fd2944d486d567a07768c1849aad1cb2768
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Tue Jul 31 10:28:19 2012 -0400
mixed error/line
commit
5b5d1c37504749fd35ab1d862bcfc871a99ba422
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Mon Jul 30 21:28:04 2012 -0400
tweaks to plotters demo
commit
371163baa1086f99e126a5896acb09a535c019c2
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Mon Jul 30 21:27:50 2012 -0400
Dygraph.Plotters
commit
6446f7c315a7f58e9daa39a2c1cbd2c877ae7870
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Mon Jul 30 21:08:49 2012 -0400
a few more plotter examples
commit
7867dbdf2b4733de76d3ed8d999336ba58ccba86
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Mon Jul 30 18:55:02 2012 -0400
cleanup & comment
commit
d8768ade1b85c81af5df52b7425f870f420babfc
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sun Jul 29 20:08:01 2012 -0400
fix highlightSeriesOpts issue
commit
bfbf2452e7f34088de46242c5bf54e3904c6a49d
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sun Jul 29 19:47:20 2012 -0400
more cleanup
commit
f8fdb6b618443b2a74ce5861f2aa0ce1206320e3
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sun Jul 29 19:43:43 2012 -0400
reduce number of params to various line drawing function
commit
2d101ef9d34a9a52a7051cc2698f12f435854a04
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sun Jul 29 19:25:15 2012 -0400
only use fillPlotter when necessary
commit
0a7c6dca3e21261874b6c88c02c626e9c5f5cad9
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sun Jul 29 19:22:32 2012 -0400
fix issue with fillPlotter & visibility
commit
fb86aa8b43bd02f594ea3c05840d0d40d965b1be
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sat Jul 28 19:10:24 2012 -0400
restructure, comments
commit
c77fe2f37e60d394d1cffaf1126955d014b44838
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sat Jul 28 17:52:52 2012 -0400
port over fillGraph plotter
commit
04b5eb3b52be9f2c12f959378f8ae35c22008ded
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sat Jul 28 17:44:58 2012 -0400
add candle chart demo
commit
27737ae38eac6b6096687d8960f8b34fd4ec8dfa
Merge: b81d3fc 6f8f19e
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Wed Jul 25 17:49:37 2012 -0400
Merge branch 'master' into plotter-option
commit
b81d3fcbceaa115d16710a328747b8a7b2af9788
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Wed Jul 25 17:47:27 2012 -0400
pass all series plus seriesIndex to plotters
commit
727229cbe532d2088f59d886ab368df4d499d5d8
Merge: fd784bf 16879a6
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Wed Jul 25 17:43:51 2012 -0400
merge upstream changes
commit
fd784bf9c0d18173238c921a4fde8fc35946b9c0
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Tue Jul 24 19:50:02 2012 -0400
drawXgrid
commit
b638898ad332edc71ed26528604eab94bcc791be
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sat Jul 21 20:29:51 2012 -0400
Bar chart plotter demo
commit
0eeb143cb02d29e38bda87a273be737c7623686e
Author: Dan Vanderkam <dan@dygraphs.com>
Date: Sat Jul 21 20:06:51 2012 -0400
add line & error plotters; highlightSeriesOpts is broken
Klaus Weidner [Tue, 31 Jul 2012 19:07:34 +0000 (12:07 -0700)]
Export .isSeriesLocked() API function
This is a followup to https://github.com/danvk/dygraphs/pull/159,
exposing the .lockedSet_ internal attribute through the API
for use in callbacks, and also with an eye for future extraction
of the mouseover logic into a plugin.
Includes a fix for the auto_test name, it was erroneously replacing
the existing testClosestPointCallbackCss1 test due to a name clash.
Dan Vanderkam [Tue, 31 Jul 2012 14:43:40 +0000 (10:43 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs
Paul Felix [Tue, 31 Jul 2012 14:43:24 +0000 (10:43 -0400)]
Two RangeSelector changes/fixes (pull request 160)
Dan Vanderkam [Tue, 31 Jul 2012 14:35:56 +0000 (07:35 -0700)]
Merge pull request #159 from klausw-g/lock-selection
Add optional "locked" arg to setSelection; Don't clear overlay on mouseup if not zooming.
Klaus Weidner [Fri, 27 Jul 2012 23:02:07 +0000 (16:02 -0700)]
Add optional "locked" arg to setSelection
Locking a series selection temporarily disables the closest-series
logic of the highlighting code, switching it to traditional by-row
selection until unlocked by clearSelection().
This is useful for following values of a single series on mouseover,
see the example use in the "Highlight Closest Series" demo which
toggles this by clicking the graph.
Klaus Weidner [Fri, 27 Jul 2012 22:53:06 +0000 (15:53 -0700)]
Don't clear overlay on mouseup if not zooming.
On endZoom, check if moveZoom was called since the last startZoom. If
not, leave the overlay canvas alone, there's no zoom rectangle to erase.
The default mouseup action unconditionally cleared the overlay canvas,
this destroyed other things that may have been drawn there such as
highlighted series, causing glitches for clickCallback use.
Dan Vanderkam [Wed, 25 Jul 2012 21:49:24 +0000 (17:49 -0400)]
fix plotter demo
Dan Vanderkam [Wed, 25 Jul 2012 21:42:18 +0000 (17:42 -0400)]
restore copy & fix zooming bug with error bars
Dan Vanderkam [Wed, 25 Jul 2012 17:54:28 +0000 (13:54 -0400)]
Merge branch 'master' into reorganize-points
Dan Vanderkam [Wed, 25 Jul 2012 17:53:03 +0000 (13:53 -0400)]
add "use strict" to plugins -- was causing errors in dygraph-combined.js
Dan Vanderkam [Wed, 25 Jul 2012 17:44:45 +0000 (13:44 -0400)]
tolerate failures in stacktrace.js (which happen in Safari)