dygraphs.git
8 years agoAdd new issue and PR templates issue-pr-templates
Dan Vanderkam [Wed, 16 Mar 2016 16:43:48 +0000 (12:43 -0400)]
Add new issue and PR templates

8 years agoMerge pull request #732 from klausw/master
Dan Vanderkam [Tue, 8 Mar 2016 16:29:39 +0000 (11:29 -0500)]
Merge pull request #732 from klausw/master

Fix yRangePad for logscale graphs, add tests.

8 years agoMerge pull request #729 from danvk/chart-overlaps
Petr Shevtsov [Wed, 2 Mar 2016 22:52:59 +0000 (03:52 +0500)]
Merge pull request #729 from danvk/chart-overlaps

Chart overlaps "Edit in jsFiddle" button

8 years agoFix yRangePad for logscale graphs, add tests.
Klaus Weidner [Tue, 1 Mar 2016 21:57:05 +0000 (13:57 -0800)]
Fix yRangePad for logscale graphs, add tests.

Also includes a minor refactor to consolidate duplicated code for
toDataCoord calculations on logscale axes.

Fixes issue #661.

8 years agoUpdate gallery.css
Petr Shevtsov [Fri, 26 Feb 2016 02:31:06 +0000 (07:31 +0500)]
Update gallery.css

Fix #458

8 years agoMerge pull request #715 from simonkwesi/patch-1
Dan Vanderkam [Mon, 8 Feb 2016 17:38:32 +0000 (12:38 -0500)]
Merge pull request #715 from simonkwesi/patch-1

Extended list of users

8 years agoMerge pull request #725 from timeu/patch-2
Dan Vanderkam [Mon, 8 Feb 2016 17:05:16 +0000 (12:05 -0500)]
Merge pull request #725 from timeu/patch-2

Bugfix: Import missing dygraph-utils.js

8 years agoBugfix: Import missing dygraph-utils.js
Ümit Seren [Mon, 8 Feb 2016 12:04:32 +0000 (13:04 +0100)]
Bugfix: Import missing dygraph-utils.js

The IFrameTarp.prototype.cover function calls `findPos` from the `dygraph-utils.js` file but does not import it.
This fixes #724

8 years agoExtended list of users
simonkwesi [Thu, 21 Jan 2016 20:18:41 +0000 (21:18 +0100)]
Extended list of users

8 years agoMerge pull request #692 from musicist288/zero-coordinate-bugs
Dan Vanderkam [Mon, 16 Nov 2015 21:51:27 +0000 (16:51 -0500)]
Merge pull request #692 from musicist288/zero-coordinate-bugs

Allow selected points where canvas-y coordinate is 0

8 years agoPR Comment: Removing checks for undefined and null. They aren't possible
Joseph Rossi [Mon, 16 Nov 2015 21:00:41 +0000 (16:00 -0500)]
PR Comment: Removing checks for undefined and null. They aren't possible

8 years agoPR Comment: Adding check for undefined and changing back file modes
Joseph Rossi [Mon, 16 Nov 2015 20:48:06 +0000 (15:48 -0500)]
PR Comment: Adding check for undefined and changing back file modes

8 years agoBug: Allow points where canvas-y === 0
Joseph Rossi [Mon, 16 Nov 2015 19:06:46 +0000 (14:06 -0500)]
Bug: Allow points where canvas-y === 0

The check for `utils.isOK` blacklists the value 0. In the context of
validating selected points and reporting them in the legend, any point
where canvas-y zero should be included.

8 years agoTests for 0 coordinate in selection drawing and lengend generation.
Joseph Rossi [Mon, 16 Nov 2015 19:55:44 +0000 (14:55 -0500)]
Tests for 0 coordinate in selection drawing and lengend generation.

This test demonstrates how updateSelection_ and generateLegendHTML
were ignoring points whose canvas-y value was 0. The next commit will
fix these breaking tests

8 years agoMerge pull request #693 from danvk/opt-size-check
Dan Vanderkam [Mon, 16 Nov 2015 20:49:16 +0000 (15:49 -0500)]
Merge pull request #693 from danvk/opt-size-check

Optionalize size check

8 years agoOptionalize size check opt-size-check
Dan Vanderkam [Mon, 16 Nov 2015 20:40:34 +0000 (15:40 -0500)]
Optionalize size check

8 years agoMerge pull request #683 from danvk/legend-formatter
Dan Vanderkam [Wed, 4 Nov 2015 14:47:16 +0000 (09:47 -0500)]
Merge pull request #683 from danvk/legend-formatter

Add a legendFormatter option

8 years agousage legend-formatter
Dan Vanderkam [Wed, 28 Oct 2015 20:22:38 +0000 (16:22 -0400)]
usage

8 years agoDemo of legendFormatter
Dan Vanderkam [Wed, 28 Oct 2015 20:17:45 +0000 (16:17 -0400)]
Demo of legendFormatter

8 years agoAdd a legendFormatter option
Dan Vanderkam [Wed, 28 Oct 2015 14:25:27 +0000 (10:25 -0400)]
Add a legendFormatter option

8 years agoMerge pull request #682 from danvk/revive-602
Dan Vanderkam [Tue, 27 Oct 2015 14:44:55 +0000 (10:44 -0400)]
Merge pull request #682 from danvk/revive-602

Add highlightSeriesBackgroundColor option

8 years agoAttempt to make async tests run faster revive-602
Dan Vanderkam [Tue, 27 Oct 2015 14:10:33 +0000 (10:10 -0400)]
Attempt to make async tests run faster

8 years agoPass --grep to mocha from the command line.
Dan Vanderkam [Tue, 27 Oct 2015 14:09:58 +0000 (10:09 -0400)]
Pass --grep to mocha from the command line.

8 years agoUpdate to ES6 modules
Dan Vanderkam [Tue, 27 Oct 2015 13:37:45 +0000 (09:37 -0400)]
Update to ES6 modules

8 years agoAdd a "highlightSeriesBackgroundColor" option
Sergey Slepian [Tue, 27 Oct 2015 13:25:39 +0000 (09:25 -0400)]
Add a "highlightSeriesBackgroundColor" option

This allows customization of the semi-transparent overlay that is shown
on series highlight.

See #602

8 years agoMerge pull request #680 from danvk/gzip-size
Dan Vanderkam [Mon, 26 Oct 2015 17:55:12 +0000 (13:55 -0400)]
Merge pull request #680 from danvk/gzip-size

Track gzipped code size, too

8 years agoTrack gzipped code size, too gzip-size
Dan Vanderkam [Mon, 26 Oct 2015 17:47:08 +0000 (13:47 -0400)]
Track gzipped code size, too

8 years agoMerge pull request #677 from danvk/split-iframe-tarp
Dan Vanderkam [Sun, 25 Oct 2015 04:41:17 +0000 (00:41 -0400)]
Merge pull request #677 from danvk/split-iframe-tarp

Split out IFrameTarp module

8 years agosplit out IFrameTarp split-iframe-tarp
Dan Vanderkam [Sun, 25 Oct 2015 04:29:38 +0000 (00:29 -0400)]
split out IFrameTarp

8 years agoMerge pull request #676 from danvk/module-cleanup
Dan Vanderkam [Sun, 25 Oct 2015 04:20:51 +0000 (00:20 -0400)]
Merge pull request #676 from danvk/module-cleanup

Export a few more symbols

8 years agoExport a few more symbols module-cleanup
Dan Vanderkam [Sun, 25 Oct 2015 04:14:28 +0000 (00:14 -0400)]
Export a few more symbols

8 years agoMerge pull request #674 from danvk/module
Dan Vanderkam [Sun, 25 Oct 2015 04:09:25 +0000 (00:09 -0400)]
Merge pull request #674 from danvk/module

Use ES6 modules

8 years agoPrepend license to dygraph.min.js module
Dan Vanderkam [Sun, 25 Oct 2015 02:38:39 +0000 (22:38 -0400)]
Prepend license to dygraph.min.js

8 years agoUpdate docs
Dan Vanderkam [Sun, 25 Oct 2015 02:33:10 +0000 (22:33 -0400)]
Update docs

8 years agocopy over a sneaky undefined value
Dan Vanderkam [Sun, 25 Oct 2015 02:26:15 +0000 (22:26 -0400)]
copy over a sneaky undefined value

8 years agoFix errors/warnings in tests/*.html
Dan Vanderkam [Sun, 25 Oct 2015 02:17:58 +0000 (22:17 -0400)]
Fix errors/warnings in tests/*.html

8 years agofix some tests & gallery entries
Dan Vanderkam [Sat, 24 Oct 2015 17:41:00 +0000 (13:41 -0400)]
fix some tests & gallery entries

8 years agoPost coverage from travis job
Dan Vanderkam [Fri, 23 Oct 2015 23:24:32 +0000 (19:24 -0400)]
Post coverage from travis job

8 years agoDown with gulp
Dan Vanderkam [Fri, 23 Oct 2015 23:24:23 +0000 (19:24 -0400)]
Down with gulp

8 years agoGenerate code coverage with Istanbul
Dan Vanderkam [Fri, 23 Oct 2015 23:20:54 +0000 (19:20 -0400)]
Generate code coverage with Istanbul

8 years agoconsolidating scripts
Dan Vanderkam [Fri, 23 Oct 2015 22:31:47 +0000 (18:31 -0400)]
consolidating scripts

8 years agoclean up deps
Dan Vanderkam [Fri, 23 Oct 2015 22:17:39 +0000 (18:17 -0400)]
clean up deps

8 years agoRun tests on Travis-CI.
Dan Vanderkam [Fri, 23 Oct 2015 21:15:11 +0000 (17:15 -0400)]
Run tests on Travis-CI.

8 years agoSet DEBUG using envify; options reference checks restored
Dan Vanderkam [Fri, 23 Oct 2015 15:22:44 +0000 (11:22 -0400)]
Set DEBUG using envify; options reference checks restored

8 years agoStart porting gallery
Dan Vanderkam [Thu, 22 Oct 2015 16:17:09 +0000 (12:17 -0400)]
Start porting gallery

8 years agodrop palette
Dan Vanderkam [Thu, 22 Oct 2015 16:13:15 +0000 (12:13 -0400)]
drop palette

8 years agodygraph-dev --> dist/dygraph.js
Dan Vanderkam [Thu, 22 Oct 2015 16:10:07 +0000 (12:10 -0400)]
dygraph-dev --> dist/dygraph.js

8 years agoRewrite tests to use ES6 modules.
Dan Vanderkam [Wed, 21 Oct 2015 02:27:30 +0000 (22:27 -0400)]
Rewrite tests to use ES6 modules.

8 years agoMigrate most of core dygraphs to ES6 modules.
Dan Vanderkam [Mon, 19 Oct 2015 16:45:16 +0000 (12:45 -0400)]
Migrate most of core dygraphs to ES6 modules.

8 years agoMerge pull request #673 from danvk/track-code-size
Dan Vanderkam [Fri, 23 Oct 2015 20:51:39 +0000 (16:51 -0400)]
Merge pull request #673 from danvk/track-code-size

Track code size on PRs

8 years agoTrack code size on PRs track-code-size
Dan Vanderkam [Fri, 23 Oct 2015 20:27:55 +0000 (16:27 -0400)]
Track code size on PRs

8 years agoMerge pull request #628 from pshevtsov/super-annotations-xOptView
Dan Vanderkam [Wed, 30 Sep 2015 20:05:50 +0000 (16:05 -0400)]
Merge pull request #628 from pshevtsov/super-annotations-xOptView

Adding xOptView for xfv.call to work properly

8 years agoMerge pull request #657 from kbaggott/master
Dan Vanderkam [Thu, 24 Sep 2015 17:37:54 +0000 (13:37 -0400)]
Merge pull request #657 from kbaggott/master

Fixing issue with xRangePad being ignored on unzoom

8 years agoMerge pull request #648 from reinert/master
Dan Vanderkam [Thu, 24 Sep 2015 17:22:10 +0000 (13:22 -0400)]
Merge pull request #648 from reinert/master

Add support to boolean array in setVisibility function

8 years agoMerge pull request #619 from davidmsibley/cidaUsers
Dan Vanderkam [Wed, 23 Sep 2015 18:06:04 +0000 (14:06 -0400)]
Merge pull request #619 from davidmsibley/cidaUsers

Cida users

8 years agoMerge pull request #660 from danvk/sync-block-redraw
Dan Vanderkam [Wed, 16 Sep 2015 20:08:47 +0000 (16:08 -0400)]
Merge pull request #660 from danvk/sync-block-redraw

Fix true/false redraw blocking bug in synchronizer

8 years agoFix true/false redraw blocking bug in synchronizer sync-block-redraw
Dan Vanderkam [Wed, 16 Sep 2015 19:58:12 +0000 (15:58 -0400)]
Fix true/false redraw blocking bug in synchronizer

Fixes #658

8 years agomaking comments nicer
Kyle Baggott [Tue, 15 Sep 2015 13:06:03 +0000 (14:06 +0100)]
making comments nicer

8 years agofixing issue with xRangePad being ignored on unzoom, with auto_test.
KyleBaggott [Tue, 15 Sep 2015 13:02:02 +0000 (14:02 +0100)]
fixing issue with xRangePad being ignored on unzoom, with auto_test.

8 years agoSupport boolean array in setVisibility
Danilo Reinert [Sun, 6 Sep 2015 19:09:05 +0000 (16:09 -0300)]
Support boolean array in setVisibility

8 years agoSupport key-value object in setVisibility
Danilo Reinert [Sun, 6 Sep 2015 18:51:51 +0000 (15:51 -0300)]
Support key-value object in setVisibility

8 years agoSupport value as a boolean array in setVisibility
Danilo Reinert [Wed, 12 Aug 2015 13:18:31 +0000 (10:18 -0300)]
Support value as a boolean array in setVisibility

8 years agoMerge pull request #634 from mjanda/master
Dan Vanderkam [Fri, 26 Jun 2015 16:25:18 +0000 (12:25 -0400)]
Merge pull request #634 from mjanda/master

Fix previous callbacks

8 years agofix description
Marek Janda [Fri, 26 Jun 2015 10:46:47 +0000 (12:46 +0200)]
fix description

8 years agosynchronizer tests
Marek Janda [Fri, 26 Jun 2015 07:47:47 +0000 (09:47 +0200)]
synchronizer tests

8 years agoUse prevCallbacks[i].highlightCallback.apply(this, arguments) instead so this works...
Tomster [Wed, 24 Jun 2015 18:51:20 +0000 (20:51 +0200)]
Use prevCallbacks[i].highlightCallback.apply(this, arguments) instead so this works in prevCallbacks[i].highlightCallback

8 years agofor..in -> normal for loop
Marek Janda [Tue, 23 Jun 2015 18:04:11 +0000 (20:04 +0200)]
for..in -> normal for loop

8 years agofix previous callbacks
Marek Janda [Tue, 23 Jun 2015 06:31:36 +0000 (08:31 +0200)]
fix previous callbacks

8 years agoAdding xOptView for xfv.call to work properly
Petr Shevtsov [Sat, 13 Jun 2015 23:55:06 +0000 (02:55 +0300)]
Adding xOptView for xfv.call to work properly

8 years agoMerge pull request #625 from kkirsche/patch-1
Dan Vanderkam [Fri, 12 Jun 2015 14:58:01 +0000 (10:58 -0400)]
Merge pull request #625 from kkirsche/patch-1

Remove moot `version` property from bower.json

8 years agoRemove moot `version` property from bower.json
Kevin Kirsche [Fri, 12 Jun 2015 02:39:39 +0000 (22:39 -0400)]
Remove moot `version` property from bower.json

Per bower/bower.json-spec@a325da3

Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property

8 years agoMerge pull request #622 from JoesephPaulSmith/master
Dan Vanderkam [Tue, 9 Jun 2015 21:58:00 +0000 (17:58 -0400)]
Merge pull request #622 from JoesephPaulSmith/master

Updating users.html on source master

8 years agoUpdate users.html
Joe Smith [Tue, 9 Jun 2015 21:32:46 +0000 (17:32 -0400)]
Update users.html

Did a reset... this should be 1 commit now

8 years agoupdate with with CIDA/GCMRC
David M Sibley [Tue, 2 Jun 2015 18:47:34 +0000 (13:47 -0500)]
update with with CIDA/GCMRC

8 years agoadded CIDA entry
David M Sibley [Tue, 2 Jun 2015 18:46:36 +0000 (13:46 -0500)]
added CIDA entry

8 years agoMerge pull request #615 from t-lynch/fillAlpha-fix
Dan Vanderkam [Thu, 28 May 2015 01:48:58 +0000 (21:48 -0400)]
Merge pull request #615 from t-lynch/fillAlpha-fix

Allow fillAlpha to be set on a per-Series basis when fillGraph option is used.

8 years agoAdded test cases to verify that per series alphaFill is working properly
Thomas J. Lynch [Wed, 27 May 2015 22:43:50 +0000 (18:43 -0400)]
Added test cases to verify that per series alphaFill is working properly

8 years agoUpdate dygraph-canvas.js
t-lynch [Wed, 27 May 2015 20:19:49 +0000 (16:19 -0400)]
Update dygraph-canvas.js

Changed the way that the fillAlpha option is processes in the _fillPlotter function in order to allow for per-series configuration.   Previously when fillGraph was set, only the global option was recognized.

9 years agoMerge pull request #603 from pshevtsov/crosshair
Dan Vanderkam [Fri, 24 Apr 2015 14:23:32 +0000 (10:23 -0400)]
Merge pull request #603 from pshevtsov/crosshair

Update paths for Crosshair plugin

9 years agoUpdate crosshair src path
Petr Shevtsov [Thu, 23 Apr 2015 17:51:46 +0000 (23:51 +0600)]
Update crosshair src path

9 years agoMove to the proper directory
Petr Shevtsov [Thu, 23 Apr 2015 17:51:11 +0000 (23:51 +0600)]
Move to the proper directory

9 years agoFix path in custom-circles demo
Dan Vanderkam [Wed, 22 Apr 2015 16:05:33 +0000 (12:05 -0400)]
Fix path in custom-circles demo

9 years agoMerge pull request #600 from danvk/558-fill-artifacts
Dan Vanderkam [Wed, 22 Apr 2015 14:50:55 +0000 (10:50 -0400)]
Merge pull request #600 from danvk/558-fill-artifacts

Fix and regression test for fast proxy artifacts.

9 years agoMerge pull request #590 from danvk/540-fixup
Dan Vanderkam [Wed, 22 Apr 2015 14:50:32 +0000 (10:50 -0400)]
Merge pull request #590 from danvk/540-fixup

Rebase (Straw broom) Plugin

9 years agoMerge pull request #588 from danvk/299-clean
Dan Vanderkam [Wed, 22 Apr 2015 14:50:23 +0000 (10:50 -0400)]
Merge pull request #588 from danvk/299-clean

Crosshair plugin

9 years agoFix and regression test for fast proxy artifacts. 558-fill-artifacts
Dan Vanderkam [Tue, 21 Apr 2015 22:02:04 +0000 (18:02 -0400)]
Fix and regression test for fast proxy artifacts.

See issue #558

9 years agoMerge pull request #592 from danvk/issue-524
Dan Vanderkam [Wed, 22 Apr 2015 03:24:31 +0000 (23:24 -0400)]
Merge pull request #592 from danvk/issue-524

Set this for drawCallback

9 years agoMerge pull request #596 from danvk/bower-ignore
Dan Vanderkam [Wed, 22 Apr 2015 02:20:57 +0000 (22:20 -0400)]
Merge pull request #596 from danvk/bower-ignore

Unignore a few more files for bower

9 years agoMerge pull request #594 from danvk/fix-517
Dan Vanderkam [Wed, 22 Apr 2015 02:20:46 +0000 (22:20 -0400)]
Merge pull request #594 from danvk/fix-517

Handle rgba() colors & error bars properly

9 years agoUnignore a few more files for bower bower-ignore
Dan Vanderkam [Tue, 21 Apr 2015 20:32:24 +0000 (16:32 -0400)]
Unignore a few more files for bower

9 years agoParse rgba colors (fixes #517) fix-517
Dan Vanderkam [Tue, 21 Apr 2015 18:41:39 +0000 (14:41 -0400)]
Parse rgba colors (fixes #517)

9 years agoFork off Karma file for in-browser debug
Dan Vanderkam [Tue, 21 Apr 2015 18:41:06 +0000 (14:41 -0400)]
Fork off Karma file for in-browser debug

9 years agoMerge pull request #591 from danvk/container
Dan Vanderkam [Tue, 21 Apr 2015 17:12:21 +0000 (13:12 -0400)]
Merge pull request #591 from danvk/container

Use Travis container architecture

9 years agoSet this for drawCallback issue-524
Dan Vanderkam [Mon, 13 Apr 2015 17:47:33 +0000 (13:47 -0400)]
Set this for drawCallback

9 years agoMerge pull request #589 from stephenjbell/patch-1
Dan Vanderkam [Tue, 21 Apr 2015 16:21:41 +0000 (12:21 -0400)]
Merge pull request #589 from stephenjbell/patch-1

Added HowManyDiapers.com to users.html page

9 years agoUse Travis container architecture container
Dan Vanderkam [Tue, 21 Apr 2015 16:20:29 +0000 (12:20 -0400)]
Use Travis container architecture

9 years agoMove stock data into tests/data.js 540-fixup
Dan Vanderkam [Tue, 21 Apr 2015 16:18:32 +0000 (12:18 -0400)]
Move stock data into tests/data.js

9 years agoRebase (Straw broom) Plugin
Petr Shevtsov [Wed, 28 Jan 2015 17:28:59 +0000 (20:28 +0300)]
Rebase (Straw broom) Plugin

9 years agoAdded HowManyDiapers.com to users.html page
Stephen Bell [Tue, 21 Apr 2015 16:10:29 +0000 (11:10 -0500)]
Added HowManyDiapers.com to users.html page

9 years agoCrosshair plugin 299-clean
Petr Shevtsov [Tue, 21 Apr 2015 15:49:44 +0000 (11:49 -0400)]
Crosshair plugin