dygraphs.git
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 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 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 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 agoMerge pull request #576 from mjanda/master
Dan Vanderkam [Tue, 21 Apr 2015 15:29:17 +0000 (11:29 -0400)]
Merge pull request #576 from mjanda/master

Fix range selection when chart is located inside fullscreen element

9 years agoMerge pull request #586 from aldendaniels/patch-1
Dan Vanderkam [Mon, 20 Apr 2015 21:16:01 +0000 (17:16 -0400)]
Merge pull request #586 from aldendaniels/patch-1

Load dygraph-combined when loading from NPM

9 years agoFix broken tests when module is not defined
aldendaniels [Mon, 20 Apr 2015 17:36:27 +0000 (12:36 -0500)]
Fix broken tests when module is not defined

9 years agoExport Dygraph
aldendaniels [Mon, 20 Apr 2015 17:10:16 +0000 (12:10 -0500)]
Export Dygraph

9 years agoUse "dev" combined version
Alden Daniels [Mon, 20 Apr 2015 16:42:45 +0000 (11:42 -0500)]
Use "dev" combined version

Minification should be handled by each app's build system.

9 years agoLoad dygraph-combined when loading from NPM
Alden Daniels [Mon, 20 Apr 2015 16:25:29 +0000 (11:25 -0500)]
Load dygraph-combined when loading from NPM

Today, when loading dygraphs from NPM via browserify you need to include:

```javascript
var Dygraph  = require('dygraphs/dygraph-combined.js');
```

Being able to do this:
```javascript
var Dygraph  = require('dygraphs');
```

Is preferable.

10 years agoFix paths in synchronize test
Dan Vanderkam [Mon, 13 Apr 2015 17:40:34 +0000 (13:40 -0400)]
Fix paths in synchronize test

10 years agoMerge pull request #577 from bbirand/patch-1
Dan Vanderkam [Mon, 6 Apr 2015 23:15:36 +0000 (19:15 -0400)]
Merge pull request #577 from bbirand/patch-1

Fix link to synchronize.js file

10 years agoFix link to synchronize.js file
Berk Birand [Sun, 5 Apr 2015 21:57:56 +0000 (00:57 +0300)]
Fix link to synchronize.js file

10 years agonot needed
Marek Janda [Sun, 5 Apr 2015 14:02:46 +0000 (16:02 +0200)]
not needed

10 years agoFix range selection when chart is located inside fullscreen element
Marek Janda [Sun, 5 Apr 2015 13:45:40 +0000 (15:45 +0200)]
Fix range selection when chart is located inside fullscreen element

10 years agoMerge pull request #574 from danvk/test-warnings
Dan Vanderkam [Mon, 30 Mar 2015 19:59:23 +0000 (15:59 -0400)]
Merge pull request #574 from danvk/test-warnings

Remove all test warnings

10 years agoEnsure .only() is never committed test-warnings
Dan Vanderkam [Mon, 30 Mar 2015 19:26:06 +0000 (15:26 -0400)]
Ensure .only() is never committed

10 years agoRemove all remaining logging from tests
Dan Vanderkam [Mon, 30 Mar 2015 19:19:46 +0000 (15:19 -0400)]
Remove all remaining logging from tests

10 years agoFix most warnings
Dan Vanderkam [Mon, 30 Mar 2015 18:50:03 +0000 (14:50 -0400)]
Fix most warnings

10 years agoMerge pull request #573 from danvk/coverage-cleanup
Dan Vanderkam [Sun, 29 Mar 2015 23:19:33 +0000 (19:19 -0400)]
Merge pull request #573 from danvk/coverage-cleanup

Coverage cleanup

10 years agoTest for dashed legend coverage-cleanup
Dan Vanderkam [Sun, 29 Mar 2015 23:13:23 +0000 (19:13 -0400)]
Test for dashed legend

10 years agoTests for labelsDiv option
Dan Vanderkam [Sun, 29 Mar 2015 22:59:04 +0000 (18:59 -0400)]
Tests for labelsDiv option

10 years agotest range selector creation/deletion
Dan Vanderkam [Sun, 29 Mar 2015 22:11:45 +0000 (18:11 -0400)]
test range selector creation/deletion

10 years agoRemove some IE code
Dan Vanderkam [Sun, 29 Mar 2015 22:11:38 +0000 (18:11 -0400)]
Remove some IE code

10 years agoupdate console polyfill to v0.2.1
Dan Vanderkam [Sun, 29 Mar 2015 21:12:27 +0000 (17:12 -0400)]
update console polyfill to v0.2.1

10 years agoMerge pull request #570 from danvk/moar-coverage
Dan Vanderkam [Sun, 29 Mar 2015 03:26:16 +0000 (23:26 -0400)]
Merge pull request #570 from danvk/moar-coverage

Attempt to increase code coverage

10 years agosee issue 571 moar-coverage
Dan Vanderkam [Sun, 29 Mar 2015 03:25:50 +0000 (23:25 -0400)]
see issue 571

10 years agoflesh out karma docs
Dan Vanderkam [Sun, 29 Mar 2015 03:15:39 +0000 (23:15 -0400)]
flesh out karma docs

10 years agotests for more parsing formats
Dan Vanderkam [Sun, 29 Mar 2015 03:15:31 +0000 (23:15 -0400)]
tests for more parsing formats

10 years agoBasic tests for GViz support
Dan Vanderkam [Sun, 29 Mar 2015 02:41:58 +0000 (22:41 -0400)]
Basic tests for GViz support

10 years agoUnit test for animated zooms.
Dan Vanderkam [Sat, 28 Mar 2015 18:57:06 +0000 (14:57 -0400)]
Unit test for animated zooms.

Also documents the behavior of zoomCallback more clearly.

10 years agoTest non-existent divs
Dan Vanderkam [Sat, 28 Mar 2015 18:31:57 +0000 (14:31 -0400)]
Test non-existent divs

10 years agoMake constructor a pure forward to __init__.
Dan Vanderkam [Sat, 28 Mar 2015 18:29:47 +0000 (14:29 -0400)]
Make constructor a pure forward to __init__.

I don't understand the comment I removed here at all, but it does seem
to indicate that this change is safe.

10 years agoRemove old_init and the four arg constructor.
Dan Vanderkam [Sat, 28 Mar 2015 18:21:23 +0000 (14:21 -0400)]
Remove old_init and the four arg constructor.

It's been deprecated for at least five years. Should be safe to drop.

10 years agoTest labelsKMB{B,G2} with values < 1
Dan Vanderkam [Sat, 28 Mar 2015 18:18:44 +0000 (14:18 -0400)]
Test labelsKMB{B,G2} with values < 1

10 years agoDrop class-level toString()
Dan Vanderkam [Sat, 28 Mar 2015 18:18:01 +0000 (14:18 -0400)]
Drop class-level toString()

I've never seen this on any other JS class. The instance toString()
method is more standard.

10 years agoRemove old README
Dan Vanderkam [Sat, 28 Mar 2015 18:17:39 +0000 (14:17 -0400)]
Remove old README

10 years agoMerge pull request #565 from danvk/gulp
Dan Vanderkam [Mon, 23 Mar 2015 22:22:15 +0000 (18:22 -0400)]
Merge pull request #565 from danvk/gulp

Migrate to gulp & karma

10 years agomatch existing dygraphs generated files gulp
Dan Vanderkam [Sun, 22 Mar 2015 23:24:40 +0000 (19:24 -0400)]
match existing dygraphs generated files

10 years agoUpdate documentation
Dan Vanderkam [Sun, 22 Mar 2015 21:32:07 +0000 (17:32 -0400)]
Update documentation

10 years agoremove unused frameworks
Dan Vanderkam [Sun, 22 Mar 2015 17:41:13 +0000 (13:41 -0400)]
remove unused frameworks

10 years agoGenerate LCOV coverage data and post to coveralls
Dan Vanderkam [Sat, 21 Mar 2015 22:44:31 +0000 (18:44 -0400)]
Generate LCOV coverage data and post to coveralls

10 years agomove scripts into subdir
Dan Vanderkam [Sun, 22 Mar 2015 14:31:00 +0000 (10:31 -0400)]
move scripts into subdir

10 years agoClear out unneeded files
Dan Vanderkam [Sat, 21 Mar 2015 22:43:40 +0000 (18:43 -0400)]
Clear out unneeded files

10 years agofix gwt-dist task
Dan Vanderkam [Sat, 21 Mar 2015 22:41:42 +0000 (18:41 -0400)]
fix gwt-dist task

10 years agoTweaks to get all tests passing
Dan Vanderkam [Sat, 21 Mar 2015 22:01:33 +0000 (18:01 -0400)]
Tweaks to get all tests passing

10 years agoConvert tests from jstd to Mocha.
Dan Vanderkam [Sat, 21 Mar 2015 21:43:27 +0000 (17:43 -0400)]
Convert tests from jstd to Mocha.

10 years agotest tweaks to facilitate conversion
Dan Vanderkam [Sat, 21 Mar 2015 20:49:34 +0000 (16:49 -0400)]
test tweaks to facilitate conversion

10 years agoBuild dygraph-combined with gulp.
Dan Vanderkam [Sat, 21 Mar 2015 18:32:36 +0000 (14:32 -0400)]
Build dygraph-combined with gulp.

10 years agoupdate dygraph-dev.js
Dan Vanderkam [Sun, 22 Mar 2015 21:32:30 +0000 (17:32 -0400)]
update dygraph-dev.js

10 years agoMove code into src/
Dan Vanderkam [Sat, 21 Mar 2015 18:26:02 +0000 (14:26 -0400)]
Move code into src/

10 years agoCopy from pr/528
Dan Vanderkam [Sat, 21 Mar 2015 18:17:52 +0000 (14:17 -0400)]
Copy from pr/528

10 years agoMerge pull request #564 from danvk/range-selector-example
Dan Vanderkam [Sat, 21 Mar 2015 17:31:55 +0000 (13:31 -0400)]
Merge pull request #564 from danvk/range-selector-example

Anatomy of a range selector image

10 years agoAnatomy of a range selector range-selector-example
Dan Vanderkam [Sat, 21 Mar 2015 17:27:54 +0000 (13:27 -0400)]
Anatomy of a range selector

10 years agoMerge pull request #548 from blcook223/range_sel_options
Dan Vanderkam [Sat, 21 Mar 2015 16:41:43 +0000 (12:41 -0400)]
Merge pull request #548 from blcook223/range_sel_options

A few basic range selector options

10 years agoMerge pull request #563 from danvk/fix-plotter
Dan Vanderkam [Sat, 21 Mar 2015 16:26:57 +0000 (12:26 -0400)]
Merge pull request #563 from danvk/fix-plotter

Update reference to drawGrid option

10 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

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

10 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

10 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

10 years agoadded images of range selector parts
blcook223 [Fri, 13 Mar 2015 03:47:04 +0000 (22:47 -0500)]
added images of range selector parts

10 years agoadded example of new range selector options to tests/range-selector.html
blcook223 [Wed, 11 Mar 2015 20:55:19 +0000 (15:55 -0500)]
added example of new range selector options to tests/range-selector.html

10 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

10 years agochanged names of new range selector options: FG > Foreground, BG > Background
blcook223 [Mon, 9 Mar 2015 04:46:03 +0000 (23:46 -0500)]
changed names of new range selector options: FG > Foreground, BG > Background

10 years agomerging addition of range selector secondary gradient color (formerly PR 314) with...
blcook223 [Mon, 9 Mar 2015 04:40:54 +0000 (23:40 -0500)]
merging addition of range selector secondary gradient color (formerly PR 314) with other range selector options

10 years agoadded option for range selector gradient secondary color (formerly PR 314)
blcook223 [Mon, 9 Mar 2015 04:34:52 +0000 (23:34 -0500)]
added option for range selector gradient secondary color (formerly PR 314)

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

10 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

10 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.

10 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

10 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...

10 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.

10 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

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

10 years agoremoved range selector mini plot gradient color option to avoid conflict with PR...
blcook223 [Sat, 14 Feb 2015 20:42:29 +0000 (14:42 -0600)]
removed range selector mini plot gradient color option to avoid conflict with PR #314

10 years agoadded some additional options for styling the range selector plugin
blcook223 [Sat, 14 Feb 2015 05:44:23 +0000 (23:44 -0600)]
added some additional options for styling the range selector plugin

10 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()

10 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

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

10 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()

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

10 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.

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

10 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.

10 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.

10 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.

10 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

10 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`.

10 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.

10 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

10 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

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

10 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

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

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

10 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

10 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

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

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