dygraphs.git
9 years agoUse Travis container-based architecture fix-plotter
Dan Vanderkam [Sat, 21 Mar 2015 16:25:44 +0000 (12:25 -0400)]
Use Travis container-based architecture

9 years agoupdate reference to drawGrid option
Dan Vanderkam [Sat, 21 Mar 2015 16:24:51 +0000 (12:24 -0400)]
update reference to drawGrid option

9 years agoMerge pull request #560 from sslepian/set-visibility-multiple
Dan Vanderkam [Tue, 17 Mar 2015 00:29:34 +0000 (20:29 -0400)]
Merge pull request #560 from sslepian/set-visibility-multiple

update setVisibility to be able to set the visibility of multiple series at once

9 years agoupdate setVisibility to be able to set the visibility of multiple series at once
Sergey Slepian [Mon, 16 Mar 2015 22:41:51 +0000 (15:41 -0700)]
update setVisibility to be able to set the visibility of multiple series at once

9 years agoMerge pull request #557 from danvk/sync-glitch
Dan Vanderkam [Tue, 10 Mar 2015 14:04:53 +0000 (10:04 -0400)]
Merge pull request #557 from danvk/sync-glitch

Add getRowForX method & fix synchronizer extra

9 years agogetRowForX method sync-glitch
Dan Vanderkam [Fri, 6 Mar 2015 23:31:01 +0000 (18:31 -0500)]
getRowForX method

9 years agoFix inclusive vs. exclusive error in binary search.
Dan Vanderkam [Fri, 6 Mar 2015 23:04:45 +0000 (18:04 -0500)]
Fix inclusive vs. exclusive error in binary search.

Fixes #554

9 years agoMerge pull request #552 from RussNelson/master
Dan Vanderkam [Fri, 6 Mar 2015 20:53:26 +0000 (15:53 -0500)]
Merge pull request #552 from RussNelson/master

delay synchronizing until all the dygraphs are ready.

9 years agoMerge pull request #550 from mjanda/master
Dan Vanderkam [Fri, 6 Mar 2015 20:51:49 +0000 (15:51 -0500)]
Merge pull request #550 from mjanda/master

legend: follow positioning fixes

9 years agoMerge pull request #534 from cthrax/master
Dan Vanderkam [Fri, 6 Mar 2015 19:45:35 +0000 (14:45 -0500)]
Merge pull request #534 from cthrax/master

Add cleanup function to the animation selection so that clearing a selec...

9 years agodelay synchronizing until all the dygraphs are ready.
Russ Nelson [Mon, 23 Feb 2015 22:00:24 +0000 (17:00 -0500)]
delay synchronizing until all the dygraphs are ready.

9 years agoupdate comments to reflect 20->50px
Marek Janda [Wed, 18 Feb 2015 10:37:31 +0000 (11:37 +0100)]
update comments to reflect 20->50px

9 years agolegend: follow positioning fixes
Marek Janda [Wed, 18 Feb 2015 10:21:37 +0000 (11:21 +0100)]
legend: follow positioning fixes

9 years agoMerge pull request #541 from mjanda/master
Dan Vanderkam [Tue, 3 Feb 2015 00:37:36 +0000 (18:37 -0600)]
Merge pull request #541 from mjanda/master

Call previously set callbacks and reattach them on detach()

9 years agoGet it under 80 chars per line
mjanda [Mon, 2 Feb 2015 09:34:11 +0000 (10:34 +0100)]
Get it under 80 chars per line

9 years agoClear prevCallbacks on detach()
mjanda [Mon, 2 Feb 2015 09:17:25 +0000 (10:17 +0100)]
Clear prevCallbacks on detach()

9 years agoStore old callbacks and reattach them on detach()
mjanda [Mon, 2 Feb 2015 09:14:13 +0000 (10:14 +0100)]
Store old callbacks and reattach them on detach()

9 years agoCall previously attached callbacks
mjanda [Mon, 2 Feb 2015 08:53:27 +0000 (09:53 +0100)]
Call previously attached callbacks

9 years agoRemove the ignore of datahandler folder.
Myles Bostwick [Thu, 22 Jan 2015 21:53:56 +0000 (14:53 -0700)]
Remove the ignore of datahandler folder.

9 years agoFix bower.json
Myles Bostwick [Thu, 22 Jan 2015 21:49:13 +0000 (14:49 -0700)]
Fix bower.json

9 years agoAdd cleanup function to the animation selection so that clearing a selection always...
Myles Bostwick [Thu, 22 Jan 2015 21:38:34 +0000 (14:38 -0700)]
Add cleanup function to the animation selection so that clearing a selection always happens.

9 years agoRename syncRange --> range, cleanup, document, test.
Dan Vanderkam [Mon, 15 Dec 2014 21:54:59 +0000 (16:54 -0500)]
Rename syncRange --> range, cleanup, document, test.

9 years agoAdded opts flag for enabling/disabling synchronization of range. This is useful when...
Marcus Kempe [Sun, 14 Dec 2014 03:48:26 +0000 (04:48 +0100)]
Added opts flag for enabling/disabling synchronization of range. This is useful when looking at multiple graphs with same domain but different range.

9 years agoMerge pull request #525 from danvk/this-formatter
Robert Konigsberg [Sat, 13 Dec 2014 17:05:07 +0000 (12:05 -0500)]
Merge pull request #525 from danvk/this-formatter

Set "this" in formatters

9 years agoDocument the value of `this`. this-formatter
Dan Vanderkam [Sat, 13 Dec 2014 16:36:02 +0000 (11:36 -0500)]
Document the value of `this`.

9 years agoSet `this` to the Dygraph for formatting callbacks.
Dan Vanderkam [Sat, 13 Dec 2014 16:30:54 +0000 (11:30 -0500)]
Set `this` to the Dygraph for formatting callbacks.

9 years agoMerge pull request #522 from danvk/callback-tweaks
Dan Vanderkam [Sat, 13 Dec 2014 16:12:50 +0000 (11:12 -0500)]
Merge pull request #522 from danvk/callback-tweaks

Pass (row, col) to valueFormatter

9 years agoDocument each parameter of valueFormatter callback-tweaks
Dan Vanderkam [Sat, 13 Dec 2014 16:10:30 +0000 (11:10 -0500)]
Document each parameter of valueFormatter

9 years agodocumentation update
Dan Vanderkam [Wed, 10 Dec 2014 19:31:27 +0000 (14:31 -0500)]
documentation update

9 years agopass through (row, col) to valueFormatter
Dan Vanderkam [Wed, 10 Dec 2014 19:26:46 +0000 (14:26 -0500)]
pass through (row, col) to valueFormatter

9 years agofix documentation bug
Dan Vanderkam [Wed, 10 Dec 2014 19:11:43 +0000 (14:11 -0500)]
fix documentation bug

9 years agotest for valueFormatter
Dan Vanderkam [Wed, 10 Dec 2014 19:11:16 +0000 (14:11 -0500)]
test for valueFormatter

9 years agoMerge pull request #516 from danvk/jstd-coverage
Robert Konigsberg [Sat, 6 Dec 2014 21:16:14 +0000 (16:16 -0500)]
Merge pull request #516 from danvk/jstd-coverage

Add tools and instructions for code coverage

9 years agoAdd tools and instructions for code coverage jstd-coverage
Dan Vanderkam [Sat, 6 Dec 2014 19:14:41 +0000 (14:14 -0500)]
Add tools and instructions for code coverage

9 years agoAdd a coverage badge
Dan Vanderkam [Sat, 6 Dec 2014 19:05:22 +0000 (14:05 -0500)]
Add a coverage badge

9 years agoMerge branch 'kberg-work'
Robert Konigsberg [Sat, 6 Dec 2014 16:23:08 +0000 (11:23 -0500)]
Merge branch 'kberg-work'

9 years agoDelete multiple_axes-old properly. Keep it dead, dead, dead.
Robert Konigsberg [Sat, 6 Dec 2014 16:22:27 +0000 (11:22 -0500)]
Delete multiple_axes-old properly. Keep it dead, dead, dead.

9 years agoMerge branch 'master' into kberg-work
Robert Konigsberg [Sat, 6 Dec 2014 16:21:56 +0000 (11:21 -0500)]
Merge branch 'master' into kberg-work

Conflicts:
auto_tests/tests/multiple_axes-old.js

9 years agoCamel-case variable.
Robert Konigsberg [Sat, 6 Dec 2014 16:07:06 +0000 (11:07 -0500)]
Camel-case variable.

9 years agoRemove legacy options: issue-514
Robert Konigsberg [Sat, 6 Dec 2014 06:14:55 +0000 (01:14 -0500)]
Remove legacy options:
  'xValueFormatter'
  'pixelsPerXLabel'
  'xAxisLabelFormatter'
  'xTicker'
  'yValueFormatter'
  'pixelsPerYLabel'
  'yAxisLabelFormatter'
  'yTicker'
  'drawXGrid'
  'drawXAxis'
  'drawYGrid'
  'drawYAxis'
  'xAxisLabelWidth'
  'yAxisLabelWidth'

9 years agoRemove old-style series specifications.
Robert Konigsberg [Sat, 6 Dec 2014 05:11:35 +0000 (00:11 -0500)]
Remove old-style series specifications.

9 years agoMerge pull request #507 from danvk/markdown-readme
Dan Vanderkam [Fri, 5 Dec 2014 15:07:20 +0000 (10:07 -0500)]
Merge pull request #507 from danvk/markdown-readme

Markdownify README & rework

9 years agoAdd a build badge markdown-readme
Dan Vanderkam [Fri, 5 Dec 2014 04:57:28 +0000 (23:57 -0500)]
Add a build badge

9 years agoAdd screenshot
Dan Vanderkam [Fri, 5 Dec 2014 04:56:21 +0000 (23:56 -0500)]
Add screenshot

9 years agomarkdownify README & rework
Dan Vanderkam [Fri, 5 Dec 2014 04:50:15 +0000 (23:50 -0500)]
markdownify README & rework

9 years agoMerge pull request #504 from danvk/death-to-ie
Dan Vanderkam [Thu, 4 Dec 2014 20:06:34 +0000 (15:06 -0500)]
Merge pull request #504 from danvk/death-to-ie

Remove excanvas and other IE hacks

9 years agoDelete excanvas and related IE workarounds death-to-ie
Dan Vanderkam [Thu, 4 Dec 2014 15:01:36 +0000 (10:01 -0500)]
Delete excanvas and related IE workarounds

9 years agoUpdate IE instructions
Dan Vanderkam [Thu, 4 Dec 2014 14:38:32 +0000 (09:38 -0500)]
Update IE instructions

9 years agoKill all the IE/excanvas hacks
Dan Vanderkam [Thu, 4 Dec 2014 05:13:54 +0000 (00:13 -0500)]
Kill all the IE/excanvas hacks

9 years agoignore combined file in release.sh
Dan Vanderkam [Wed, 3 Dec 2014 22:09:59 +0000 (17:09 -0500)]
ignore combined file in release.sh

9 years agoBump versions & add release notes for 1.1.0
Dan Vanderkam [Wed, 3 Dec 2014 21:56:04 +0000 (16:56 -0500)]
Bump versions & add release notes for 1.1.0

9 years agoTweaks for release script
Dan Vanderkam [Sat, 29 Nov 2014 17:42:29 +0000 (12:42 -0500)]
Tweaks for release script

9 years agoMerge pull request #501 from danvk/options-link
Dan Vanderkam [Sat, 29 Nov 2014 17:27:32 +0000 (12:27 -0500)]
Merge pull request #501 from danvk/options-link

Documentation tweaks

9 years agotweak link options-link
Dan Vanderkam [Sat, 29 Nov 2014 17:20:21 +0000 (12:20 -0500)]
tweak link

9 years agoUpdate synchronize gallery demo
Dan Vanderkam [Sat, 29 Nov 2014 17:20:13 +0000 (12:20 -0500)]
Update synchronize gallery demo

9 years agoDocumentation tweaks
Dan Vanderkam [Sat, 29 Nov 2014 16:42:26 +0000 (11:42 -0500)]
Documentation tweaks

9 years agoMerge pull request #499 from danvk/synchronizer
Dan Vanderkam [Sat, 29 Nov 2014 05:58:00 +0000 (00:58 -0500)]
Merge pull request #499 from danvk/synchronizer

Synchronization tool

9 years agoSynchronization tool synchronizer
Dan Vanderkam [Sat, 29 Nov 2014 05:47:16 +0000 (00:47 -0500)]
Synchronization tool

9 years agoMerge pull request #498 from danvk/more-spacing
Dan Vanderkam [Fri, 28 Nov 2014 21:52:59 +0000 (16:52 -0500)]
Merge pull request #498 from danvk/more-spacing

Introduce a TWO_DAILY tick spacing

9 years agoIntroduce a TWO_DAILY tick spacing more-spacing
Dan Vanderkam [Fri, 28 Nov 2014 21:43:13 +0000 (16:43 -0500)]
Introduce a TWO_DAILY tick spacing

9 years agoMerge pull request #497 from danvk/issue-485-sep-fill
Dan Vanderkam [Fri, 28 Nov 2014 20:54:29 +0000 (15:54 -0500)]
Merge pull request #497 from danvk/issue-485-sep-fill

Patch up NaN values in error bars

9 years agoPatch up NaN values in error bars issue-485-sep-fill
Dan Vanderkam [Fri, 28 Nov 2014 20:50:29 +0000 (15:50 -0500)]
Patch up NaN values in error bars

9 years agoMerge pull request #479 from danvk/master+hairlines
Dan Vanderkam [Fri, 28 Nov 2014 20:07:15 +0000 (15:07 -0500)]
Merge pull request #479 from danvk/master+hairlines

Hairlines/Super-annotations plugins + demo

9 years agoMerge pull request #484 from danvk/wrapped-labels
Dan Vanderkam [Fri, 28 Nov 2014 20:07:01 +0000 (15:07 -0500)]
Merge pull request #484 from danvk/wrapped-labels

Wrapped labels

9 years agoChange x-axis pixel spacing default to 70. wrapped-labels
Dan Vanderkam [Fri, 28 Nov 2014 19:56:09 +0000 (14:56 -0500)]
Change x-axis pixel spacing default to 70.

Also updates tests. The cases where we get one axis label instead of
seven are a bit troubling.

9 years agofix issue #494 & expand xAxisLabelWidth; lots of failing tests
Dan Vanderkam [Tue, 25 Nov 2014 21:36:24 +0000 (16:36 -0500)]
fix issue #494 & expand xAxisLabelWidth; lots of failing tests

9 years agotry dropping width again; there is a bug :(
Dan Vanderkam [Mon, 24 Nov 2014 18:56:07 +0000 (13:56 -0500)]
try dropping width again; there is a bug :(

9 years agoMerge pull request #489 from danvk/combined-dev
Dan Vanderkam [Mon, 24 Nov 2014 17:26:06 +0000 (12:26 -0500)]
Merge pull request #489 from danvk/combined-dev

Generate dygraph-combined-dev.js

9 years agoMerge pull request #491 from danvk/legend-never
Dan Vanderkam [Sun, 23 Nov 2014 21:18:11 +0000 (16:18 -0500)]
Merge pull request #491 from danvk/legend-never

Add "legend: never"

9 years agorename legend test legend-never
Dan Vanderkam [Sun, 23 Nov 2014 21:13:06 +0000 (16:13 -0500)]
rename legend test

9 years agoAdd legend: "never" option
Dan Vanderkam [Sun, 23 Nov 2014 21:12:31 +0000 (16:12 -0500)]
Add legend: "never" option

9 years agoMerge pull request #490 from danvk/298-legend-follow
Dan Vanderkam [Sun, 23 Nov 2014 20:59:21 +0000 (15:59 -0500)]
Merge pull request #490 from danvk/298-legend-follow

Small changes to PR 298 "legend: follow"

9 years agocleanup 298-legend-follow
Dan Vanderkam [Sun, 23 Nov 2014 20:56:22 +0000 (15:56 -0500)]
cleanup

9 years agoMerge
Dan Vanderkam [Sun, 23 Nov 2014 18:25:46 +0000 (13:25 -0500)]
Merge

9 years agogenerate dygraph-combined-dev.js combined-dev
Dan Vanderkam [Sun, 23 Nov 2014 18:20:13 +0000 (13:20 -0500)]
generate dygraph-combined-dev.js

9 years agomore precise cleanup in push-to-web.sh
Dan Vanderkam [Sun, 23 Nov 2014 17:53:55 +0000 (12:53 -0500)]
more precise cleanup in push-to-web.sh

9 years agoMerge pull request #488 from danvk/ie8-fix
Dan Vanderkam [Sun, 23 Nov 2014 07:06:18 +0000 (02:06 -0500)]
Merge pull request #488 from danvk/ie8-fix

Fix for IE8

9 years agoFix for IE8 ie8-fix
Dan Vanderkam [Sun, 23 Nov 2014 07:03:19 +0000 (02:03 -0500)]
Fix for IE8

9 years agouse " " instead of " "
Dan Vanderkam [Sun, 23 Nov 2014 05:25:49 +0000 (00:25 -0500)]
use " " instead of " "

9 years agoclean up reference/comments
Dan Vanderkam [Sun, 23 Nov 2014 04:46:32 +0000 (23:46 -0500)]
clean up reference/comments

9 years agoPrevent labels from wrapping.
Dan Vanderkam [Sun, 23 Nov 2014 01:45:04 +0000 (20:45 -0500)]
Prevent labels from wrapping.

This involves changing the default spacing for labels.

9 years agoMerge pull request #481 from danvk/fix-tests
Dan Vanderkam [Sat, 22 Nov 2014 17:06:11 +0000 (12:06 -0500)]
Merge pull request #481 from danvk/fix-tests

Fix some broken demos

9 years agoone more fix-tests
Dan Vanderkam [Sat, 22 Nov 2014 06:44:27 +0000 (01:44 -0500)]
one more

9 years agofix two-axes-vr
Dan Vanderkam [Sat, 22 Nov 2014 06:42:03 +0000 (01:42 -0500)]
fix two-axes-vr

9 years agofix linear regression tests
Dan Vanderkam [Sat, 22 Nov 2014 06:38:57 +0000 (01:38 -0500)]
fix linear regression tests

9 years agofix drawing.html
Dan Vanderkam [Sat, 22 Nov 2014 06:33:04 +0000 (01:33 -0500)]
fix drawing.html

9 years agoHairlines/Super-annotations plugins + test master+hairlines
Dan Vanderkam [Sat, 22 Nov 2014 05:59:00 +0000 (00:59 -0500)]
Hairlines/Super-annotations plugins + test

9 years agoMerge pull request #478 from danvk/jshint
Dan Vanderkam [Sat, 22 Nov 2014 05:54:38 +0000 (00:54 -0500)]
Merge pull request #478 from danvk/jshint

Lint as part of Travis tests

9 years agoTurn on more lint warnings; clear up some directives jshint
Dan Vanderkam [Sat, 22 Nov 2014 05:52:58 +0000 (00:52 -0500)]
Turn on more lint warnings; clear up some directives

9 years agoLint as part of Travis tests
Dan Vanderkam [Sat, 22 Nov 2014 05:16:40 +0000 (00:16 -0500)]
Lint as part of Travis tests

9 years agoMerge pull request #477 from danvk/461-retina
Dan Vanderkam [Sat, 22 Nov 2014 04:46:33 +0000 (23:46 -0500)]
Merge pull request #477 from danvk/461-retina

Fixes for Retina & PixelRatio < 1

9 years agoFixes for pixelRatio != 1 461-retina
Dan Vanderkam [Sat, 22 Nov 2014 03:16:05 +0000 (22:16 -0500)]
Fixes for pixelRatio != 1

9 years agoMerge https://github.com/thekidder/dygraphs into 461-retina
Dan Vanderkam [Sat, 22 Nov 2014 02:23:41 +0000 (21:23 -0500)]
Merge https://github.com/thekidder/dygraphs into 461-retina

9 years agoMerge pull request #472 from danvk/right-edge
Dan Vanderkam [Sat, 22 Nov 2014 02:19:34 +0000 (21:19 -0500)]
Merge pull request #472 from danvk/right-edge

Allow zooms to go 200px past the edge.

9 years agodrop to 100px buffer right-edge
Dan Vanderkam [Sat, 22 Nov 2014 02:17:39 +0000 (21:17 -0500)]
drop to 100px buffer

9 years agoMerge pull request #475 from danvk/checked-options
Dan Vanderkam [Sat, 22 Nov 2014 02:13:21 +0000 (21:13 -0500)]
Merge pull request #475 from danvk/checked-options

Log warnings when using non-existent options

9 years agoMake invalid option throw checked-options
Dan Vanderkam [Sat, 22 Nov 2014 02:10:01 +0000 (21:10 -0500)]
Make invalid option throw

9 years agocode review
Dan Vanderkam [Thu, 20 Nov 2014 05:37:24 +0000 (00:37 -0500)]
code review

9 years agoTests for option warnings
Dan Vanderkam [Thu, 20 Nov 2014 03:24:08 +0000 (22:24 -0500)]
Tests for option warnings

9 years agoMerge pull request #473 from danvk/download-links
Dan Vanderkam [Wed, 19 Nov 2014 17:47:34 +0000 (12:47 -0500)]
Merge pull request #473 from danvk/download-links

Flesh out downloads page (fixes #450)