dygraphs.git
10 years agoLegend follows highlighted points
Petr Shevtsov [Wed, 30 Apr 2014 16:57:48 +0000 (20:57 +0400)]
Legend follows highlighted points

10 years agoMerge pull request #297 from pshevtsov/custom-shapes
Robert Konigsberg [Mon, 28 Apr 2014 12:23:12 +0000 (08:23 -0400)]
Merge pull request #297 from pshevtsov/custom-shapes

Execute custom shapes closure. Makes tests/custom-circles.html work.

10 years agoExecute custom shapes closure
Petr Shevtsov [Mon, 28 Apr 2014 09:26:00 +0000 (13:26 +0400)]
Execute custom shapes closure

10 years agotemporarily remove failing test
Dan Vanderkam [Tue, 18 Mar 2014 17:44:37 +0000 (13:44 -0400)]
temporarily remove failing test

10 years agofix SO links
Dan Vanderkam [Thu, 6 Mar 2014 04:21:43 +0000 (23:21 -0500)]
fix SO links

10 years agoMerge pull request #266 from hulkholden/fix_hidpi
Dan Vanderkam [Sun, 2 Mar 2014 02:40:56 +0000 (21:40 -0500)]
Merge pull request #266 from hulkholden/fix_hidpi

Add support for HiDPI displays

10 years agoMerge pull request #294 from klausw-g/highlightpointcallback
Dan Vanderkam [Fri, 21 Feb 2014 03:29:19 +0000 (22:29 -0500)]
Merge pull request #294 from klausw-g/highlightpointcallback

Fix bad 'g' argument for drawHighlightPointCallback.

10 years agoFix bad 'g' argument for drawHighlightPointCallback.
Klaus Weidner [Fri, 21 Feb 2014 03:25:09 +0000 (19:25 -0800)]
Fix bad 'g' argument for drawHighlightPointCallback.

10 years agomerge
Dan Vanderkam [Mon, 17 Feb 2014 22:38:41 +0000 (17:38 -0500)]
merge

10 years agoadd test of plugins/legend.js
Akiyah [Mon, 17 Feb 2014 17:14:49 +0000 (02:14 +0900)]
add test of plugins/legend.js

10 years agoadd test of plugins/legend.js
Akiyah [Mon, 17 Feb 2014 16:58:00 +0000 (01:58 +0900)]
add test of plugins/legend.js

10 years agoMerge pull request #293 from gmadrid/master
Dan Vanderkam [Thu, 13 Feb 2014 20:18:28 +0000 (15:18 -0500)]
Merge pull request #293 from gmadrid/master

Fix for ticks when years are < 100.

10 years agoChanging test file name in local.html
George Madrid [Mon, 10 Feb 2014 16:01:06 +0000 (11:01 -0500)]
Changing test file name in local.html

10 years agoResponding to Dan's feedback.
George Madrid [Mon, 10 Feb 2014 15:33:41 +0000 (10:33 -0500)]
Responding to Dan's feedback.

10 years agoFix for ticks when years are < 100.
George Madrid [Fri, 7 Feb 2014 19:05:25 +0000 (14:05 -0500)]
Fix for ticks when years are < 100.

10 years agofix XSS in labels
Akiyah [Sat, 4 Jan 2014 17:07:25 +0000 (02:07 +0900)]
fix XSS in labels

10 years agoadd semicollon
Akiyah [Sat, 4 Jan 2014 17:19:03 +0000 (02:19 +0900)]
add semicollon

10 years agofix XSS in labels
Akiyah [Sat, 4 Jan 2014 17:07:25 +0000 (02:07 +0900)]
fix XSS in labels

10 years agofix additional lint errors
Dan Vanderkam [Sat, 14 Dec 2013 18:52:33 +0000 (13:52 -0500)]
fix additional lint errors

10 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Sat, 14 Dec 2013 18:20:12 +0000 (13:20 -0500)]
Merge branch 'master' of github.com:danvk/dygraphs

10 years agoFix lint errors in gallery and add its JS files to lint.sh
Dan Vanderkam [Fri, 13 Dec 2013 22:09:15 +0000 (17:09 -0500)]
Fix lint errors in gallery and add its JS files to lint.sh

10 years agoMerge pull request #286 from shawno1059/master
Dan Vanderkam [Fri, 13 Dec 2013 21:21:05 +0000 (13:21 -0800)]
Merge pull request #286 from shawno1059/master

Speed up renerding of stacked graph when stackedGraphNaNFill = 'none'

10 years agoFormatting change.
Shawn [Tue, 26 Nov 2013 16:30:39 +0000 (08:30 -0800)]
Formatting change.

10 years agoSpeed up renerding of stacked graph by avoiding the loop in
Shawn [Mon, 25 Nov 2013 21:59:47 +0000 (13:59 -0800)]
Speed up renerding of stacked graph by avoiding the loop in
updateNextPoint(), when stackedGraphNaNFill = 'none'.

10 years agoMerge pull request #284 from klausw-g/issue-466-regression-test
Dan Vanderkam [Tue, 29 Oct 2013 17:51:38 +0000 (10:51 -0700)]
Merge pull request #284 from klausw-g/issue-466-regression-test

add regression test for NaN handling in errorbar mode.

10 years agoadd regression test for NaN handling in errorbar mode.
Klaus Weidner [Tue, 29 Oct 2013 17:01:20 +0000 (10:01 -0700)]
add regression test for NaN handling in errorbar mode.

See https://code.google.com/p/dygraphs/issues/detail?id=466 .

The reported issue was that NaN values were unexpectedly being
drawn as connected in customBar=true mode. This already
works correctly in current Dygraphs, I've converted the jsfiddle
demonstrating the issue to a regression test.

10 years agoFix some closure issues; down to 87 warnings
Dan Vanderkam [Sun, 27 Oct 2013 04:56:08 +0000 (23:56 -0500)]
Fix some closure issues; down to 87 warnings

10 years agolint cleanup
Dan Vanderkam [Sat, 26 Oct 2013 23:56:54 +0000 (18:56 -0500)]
lint cleanup

10 years agocleanup
Dan Vanderkam [Sat, 26 Oct 2013 23:54:41 +0000 (18:54 -0500)]
cleanup

10 years agocleanup
Dan Vanderkam [Sat, 26 Oct 2013 23:53:58 +0000 (18:53 -0500)]
cleanup

10 years agoMerge branch 'master' into range-selector-repair
Dan Vanderkam [Sat, 26 Oct 2013 23:50:33 +0000 (18:50 -0500)]
Merge branch 'master' into range-selector-repair

10 years agorange selector tests pass
Dan Vanderkam [Sat, 26 Oct 2013 23:49:20 +0000 (18:49 -0500)]
range selector tests pass

10 years agoalmost passing!
Dan Vanderkam [Sat, 26 Oct 2013 23:46:48 +0000 (18:46 -0500)]
almost passing!

10 years agomerge
Dan Vanderkam [Sat, 26 Oct 2013 22:24:54 +0000 (17:24 -0500)]
merge

10 years agoUpdate dygraph-externs to better reflect the public API (thanks mcantos)
Dan Vanderkam [Sat, 26 Oct 2013 19:09:06 +0000 (14:09 -0500)]
Update dygraph-externs to better reflect the public API (thanks mcantos)

10 years agomisc fixes
Dan Vanderkam [Fri, 25 Oct 2013 20:02:22 +0000 (15:02 -0500)]
misc fixes

10 years agoFix some basic Closure type annotation mistakes
Dan Vanderkam [Thu, 24 Oct 2013 04:36:30 +0000 (23:36 -0500)]
Fix some basic Closure type annotation mistakes

10 years agoMerge pull request #283 from danvk/smf+compile
Dan Vanderkam [Thu, 24 Oct 2013 03:24:01 +0000 (20:24 -0700)]
Merge pull request #283 from danvk/smf+compile

Add a "compile with closure" script

10 years agobetter script smf+compile
Dan Vanderkam [Thu, 24 Oct 2013 03:21:32 +0000 (22:21 -0500)]
better script

10 years agocheck that compile script runs
Dan Vanderkam [Wed, 23 Oct 2013 18:11:06 +0000 (13:11 -0500)]
check that compile script runs

10 years agocomments & cleanup
Dan Vanderkam [Wed, 23 Oct 2013 18:09:15 +0000 (13:09 -0500)]
comments & cleanup

10 years agoMerge branch 'master' into smf+compile
Dan Vanderkam [Wed, 23 Oct 2013 18:00:52 +0000 (13:00 -0500)]
Merge branch 'master' into smf+compile

10 years agoMerge pull request #281 from danvk/small-files-closure
Robert Konigsberg [Tue, 22 Oct 2013 20:49:38 +0000 (13:49 -0700)]
Merge pull request #281 from danvk/small-files-closure

Expand and Closurize dygraph-utils.js <-- pulled!

10 years agocompile-with-closure script
Dan Vanderkam [Mon, 21 Oct 2013 23:10:55 +0000 (18:10 -0500)]
compile-with-closure script

10 years agoexports + compile script
Dan Vanderkam [Mon, 21 Oct 2013 23:03:35 +0000 (18:03 -0500)]
exports + compile script

10 years agoadd dygraph-types.js small-files-closure
Dan Vanderkam [Fri, 18 Oct 2013 03:08:37 +0000 (23:08 -0400)]
add dygraph-types.js

10 years agoremaining changes from dygraph-utils.js
Dan Vanderkam [Fri, 18 Oct 2013 02:57:51 +0000 (22:57 -0400)]
remaining changes from dygraph-utils.js

10 years agomove dragGet{X,Y} to dygraph-utils.js
Dan Vanderkam [Fri, 18 Oct 2013 02:52:07 +0000 (22:52 -0400)]
move dragGet{X,Y} to dygraph-utils.js

10 years agocopy over dygraph-utils.js changes
Dan Vanderkam [Fri, 18 Oct 2013 02:48:32 +0000 (22:48 -0400)]
copy over dygraph-utils.js changes

10 years agoMerge pull request #279 from danvk/datahandler-cleanup
Dan Vanderkam [Fri, 18 Oct 2013 02:40:55 +0000 (19:40 -0700)]
Merge pull request #279 from danvk/datahandler-cleanup

Datahandler cleanup

10 years agoMerge pull request #280 from danvk/kill-code
Dan Vanderkam [Fri, 18 Oct 2013 02:27:32 +0000 (19:27 -0700)]
Merge pull request #280 from danvk/kill-code

Kill code

10 years agolint kill-code
Dan Vanderkam [Fri, 18 Oct 2013 02:26:58 +0000 (22:26 -0400)]
lint

10 years agokberg review
Dan Vanderkam [Fri, 18 Oct 2013 02:26:07 +0000 (22:26 -0400)]
kberg review

10 years agodelete dependencies
Dan Vanderkam [Tue, 15 Oct 2013 04:18:24 +0000 (00:18 -0400)]
delete dependencies

10 years agoanother typo; all tests pass
Dan Vanderkam [Tue, 15 Oct 2013 04:11:20 +0000 (00:11 -0400)]
another typo; all tests pass

10 years agotypos
Dan Vanderkam [Tue, 15 Oct 2013 04:07:50 +0000 (00:07 -0400)]
typos

10 years agofix up date formatting change
Dan Vanderkam [Tue, 15 Oct 2013 04:06:45 +0000 (00:06 -0400)]
fix up date formatting change

10 years agocopy over lots of changes from "shrink" branch.
Dan Vanderkam [Tue, 15 Oct 2013 04:01:29 +0000 (00:01 -0400)]
copy over lots of changes from "shrink" branch.

10 years agoMerge pull request #278 from danvk/typed-options
Dan Vanderkam [Mon, 14 Oct 2013 21:37:11 +0000 (14:37 -0700)]
Merge pull request #278 from danvk/typed-options

Typed options

10 years agotodo is done datahandler-cleanup
Dan Vanderkam [Mon, 14 Oct 2013 21:18:11 +0000 (17:18 -0400)]
todo is done

10 years ago@protected
Dan Vanderkam [Mon, 14 Oct 2013 21:17:17 +0000 (17:17 -0400)]
@protected

10 years agojsdoc typed-options
Dan Vanderkam [Mon, 14 Oct 2013 03:23:27 +0000 (23:23 -0400)]
jsdoc

10 years agocleanup _calcYNormal
Dan Vanderkam [Mon, 14 Oct 2013 01:52:53 +0000 (21:52 -0400)]
cleanup _calcYNormal

10 years agomove parseFloat_ method around
Dan Vanderkam [Mon, 14 Oct 2013 01:49:48 +0000 (21:49 -0400)]
move parseFloat_ method around

10 years agocopy datahandler changes over from full-closure branch
Dan Vanderkam [Mon, 14 Oct 2013 01:45:26 +0000 (21:45 -0400)]
copy datahandler changes over from full-closure branch

10 years agomove lots of attr_ calls over to typed getOption
Dan Vanderkam [Mon, 14 Oct 2013 01:26:40 +0000 (21:26 -0400)]
move lots of attr_ calls over to typed getOption

10 years agoport some option uses
Dan Vanderkam [Mon, 14 Oct 2013 01:20:36 +0000 (21:20 -0400)]
port some option uses

10 years agoadd get(Type)Option methods
Dan Vanderkam [Mon, 14 Oct 2013 01:13:48 +0000 (21:13 -0400)]
add get(Type)Option methods

10 years agoMerge pull request #271 from danvk/connect-separated-points
Dan Vanderkam [Fri, 27 Sep 2013 14:50:42 +0000 (07:50 -0700)]
Merge pull request #271 from danvk/connect-separated-points

Make connectSeparatedPoints a per-series option.

10 years agoCode comments and indentation fixes. connect-separated-points
Robert Konigsberg [Fri, 27 Sep 2013 14:30:58 +0000 (10:30 -0400)]
Code comments and indentation fixes.

10 years agoadd comment explaining isFinite check
Dan Vanderkam [Fri, 27 Sep 2013 13:32:27 +0000 (09:32 -0400)]
add comment explaining isFinite check

10 years agoFix flaky testCustomBarsWithNegativeValuesInLogScale. DygraphLayout._calcYNormal...
Paul Holden [Fri, 27 Sep 2013 07:35:38 +0000 (08:35 +0100)]
Fix flaky testCustomBarsWithNegativeValuesInLogScale. DygraphLayout._calcYNormal(axis, NaN, logscale) initially returns NaN, but after it gets jitted it starts returning Infinity. Some of the downstream code doesn't handle this eventuality.

10 years agominor cleanup
Dan Vanderkam [Thu, 26 Sep 2013 18:11:14 +0000 (14:11 -0400)]
minor cleanup

10 years agoMerge branch 'master' into 272-value-format-per
Dan Vanderkam [Thu, 26 Sep 2013 18:06:43 +0000 (14:06 -0400)]
Merge branch 'master' into 272-value-format-per

10 years agoAdd jQuery to jsTestDriver.conf (fixes broken tests under JSTD)
Dan Vanderkam [Thu, 26 Sep 2013 18:01:55 +0000 (14:01 -0400)]
Add jQuery to jsTestDriver.conf (fixes broken tests under JSTD)

10 years agoModifying the numericTicks algorithm to include the last 'nice' tick
Sergey [Mon, 16 Sep 2013 21:19:09 +0000 (17:19 -0400)]
Modifying the numericTicks algorithm to include the last 'nice' tick
(either at range end or just past it).

This has the effect of making a (grid lines, axis label) pair always
show up together or not at all. Previously it was possible to get a
label but no gridline at the edge of the chart.

Squashed commit of the following:

commit 32955f836c3c32c11f009ae250cd35682d641e5c
Merge: d3b7c40 0b99641
Author: Dan Vanderkam <danvdk@gmail.com>
Date:   Mon Sep 16 17:18:40 2013 -0400

    Merge branch 'master' of https://github.com/blindmonkey/dygraphs into 269-end-ticks

commit 0b996410efcb7a53315347c8cea38dc225f069ee
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Mon Sep 16 17:08:36 2013 -0400

    Reverting multi-csv

commit 3f72c23c3ebc23adc64dd2605175ff163491d8e2
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Mon Sep 16 17:07:26 2013 -0400

    Changing it so that the right-most X axis tick isn't displayed, and changing the tests to reflect that

commit 3605ec18fb45718dca3dbd3bfb818adb5acc79eb
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Mon Sep 16 16:40:18 2013 -0400

    Reverting whitespace stuff

commit 11959a26e45be3481425f3ba68d78e63730eab4a
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Mon Sep 16 14:43:41 2013 -0400

    Reverting multiple axes old test

commit 4d91af0850a1fa72f693c497ac62e88e35c505eb
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Mon Sep 16 14:42:56 2013 -0400

    Reverting multiple axes test

commit 40b6ea279591df646f10d3ec44f760a20b42cf8a
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Fri Sep 13 14:14:29 2013 -0400

    Changing layout to not layout ticks whose gridline is slightly offscreen.

commit cec9c2857c3c03b14521ccfb4a44bbb4d7163776
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Thu Sep 12 13:26:12 2013 -0400

    Adding tests for the numeric ticker algorithm change.

commit 106c0318cdf6c763a06545cf25f6ef66084cadf7
Author: Sergey <grabkovsky.s@gmail.com>
Date:   Thu Sep 12 12:16:35 2013 -0400

    Changing numericTicks so that it returns the last nice value that might be just outside the axis

10 years agoAdd support for HiDPI displays
Paul Holden [Mon, 26 Aug 2013 13:52:02 +0000 (14:52 +0100)]
Add support for HiDPI displays

10 years agoNit comment resolution for pull request 271 (making connectSeparatedPoints per-series...
Robert Konigsberg [Sun, 15 Sep 2013 19:58:06 +0000 (15:58 -0400)]
Nit comment resolution for pull request 271 (making connectSeparatedPoints per-series aware.)

10 years agoAdd comments including the tracking bug for the label format options not used on... value-format-per
Robert Konigsberg [Sun, 15 Sep 2013 15:17:40 +0000 (11:17 -0400)]
Add comments including the tracking bug for the label format options not used on the x-axis formatter.

10 years agoMerge branch 'master' of https://github.com/danvk/dygraphs into connect-separated...
Robert Konigsberg [Sun, 15 Sep 2013 15:13:14 +0000 (11:13 -0400)]
Merge branch 'master' of https://github.com/danvk/dygraphs into connect-separated-points

10 years agoMerge pull request #270 from danvk/issue-126
Dan Vanderkam [Sun, 15 Sep 2013 15:05:45 +0000 (08:05 -0700)]
Merge pull request #270 from danvk/issue-126

Add drawAxis option, deprecating drawXAxis and drawYAxis. Added tests for that that and drawGrid.

10 years agoAdd tests for labelsKMB, labelsKMG2, sigFigs, digitsAfterDecimal and maxNumberWidth
Robert Konigsberg [Sun, 15 Sep 2013 14:01:53 +0000 (10:01 -0400)]
Add tests for labelsKMB, labelsKMG2, sigFigs, digitsAfterDecimal and maxNumberWidth

10 years agoMake connectSeparatedPoints a per-series option. Add automated test and visual test.
Robert Konigsberg [Sun, 15 Sep 2013 04:44:06 +0000 (00:44 -0400)]
Make connectSeparatedPoints a per-series option. Add automated test and visual test.

10 years agoAdd method to auto tests' proxy to clear the call list for better testing.
Robert Konigsberg [Sun, 15 Sep 2013 04:42:17 +0000 (00:42 -0400)]
Add method to auto tests' proxy to clear the call list for better testing.

10 years agoMake it easier to set breakpoints while testing CanvasAssertions.numLinesDrawn.
Robert Konigsberg [Sun, 15 Sep 2013 04:41:49 +0000 (00:41 -0400)]
Make it easier to set breakpoints while testing CanvasAssertions.numLinesDrawn.

10 years agoAdd jsdoc to setVisibility.
Robert Konigsberg [Fri, 13 Sep 2013 23:39:48 +0000 (19:39 -0400)]
Add jsdoc to setVisibility.

10 years agoAdd drawAxis option, deprecating drawXAxis and drawYAxis. Added tests for that and... issue-126
Robert Konigsberg [Fri, 13 Sep 2013 22:16:33 +0000 (18:16 -0400)]
Add drawAxis option, deprecating drawXAxis and drawYAxis. Added tests for that and drawGrid.

10 years agoMerge pull request #268 from danvk/color-option
Dan Vanderkam [Fri, 13 Sep 2013 00:36:38 +0000 (17:36 -0700)]
Merge pull request #268 from danvk/color-option

Add per-series 'color' option. Fixes issue 263

10 years agoWhoops, remove now-invalid code in setColors_. color-option
Robert Konigsberg [Thu, 12 Sep 2013 17:15:05 +0000 (13:15 -0400)]
Whoops, remove now-invalid code in setColors_.

10 years agoWhoops, bad documentation for the new color option.
Robert Konigsberg [Thu, 12 Sep 2013 17:14:17 +0000 (13:14 -0400)]
Whoops, bad documentation for the new color option.

10 years agoAdd per-series 'color' option.
Robert Konigsberg [Thu, 12 Sep 2013 14:31:24 +0000 (10:31 -0400)]
Add per-series 'color' option.

10 years agosuggest merge command in release.sh
Dan Vanderkam [Thu, 29 Aug 2013 23:17:42 +0000 (19:17 -0400)]
suggest merge command in release.sh

10 years agosmall updates to release.sh script
Dan Vanderkam [Thu, 29 Aug 2013 22:58:37 +0000 (18:58 -0400)]
small updates to release.sh script

10 years agoMerge branch 'release-1.0.1'
Dan Vanderkam [Thu, 29 Aug 2013 22:55:05 +0000 (18:55 -0400)]
Merge branch 'release-1.0.1'

10 years agoupdate release.sh script to do releases on "releases" branch. release-1.0.1
Dan Vanderkam [Thu, 29 Aug 2013 22:54:54 +0000 (18:54 -0400)]
update release.sh script to do releases on "releases" branch.

10 years agoMerge branch 'release-1.0.1'
Dan Vanderkam [Thu, 29 Aug 2013 22:43:53 +0000 (18:43 -0400)]
Merge branch 'release-1.0.1'

10 years agolink to new version history page
Dan Vanderkam [Thu, 29 Aug 2013 22:43:42 +0000 (18:43 -0400)]
link to new version history page

10 years agoadd a version history page
Dan Vanderkam [Thu, 29 Aug 2013 22:39:26 +0000 (18:39 -0400)]
add a version history page

10 years agoMerge branch 'release-1.0.1'
Dan Vanderkam [Thu, 29 Aug 2013 20:34:26 +0000 (16:34 -0400)]
Merge branch 'release-1.0.1'

10 years agoMake testChartLogarithmic a true regression test for issue 454
Dan Vanderkam [Thu, 29 Aug 2013 20:33:57 +0000 (16:33 -0400)]
Make testChartLogarithmic a true regression test for issue 454