dygraphs.git
11 years agoMerge pull request #174 from wimme/patch-1
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

11 years agoMerge pull request #176 from kberg/add-per-series-to-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.

11 years agoAdd missing tests to auto_tests/misc/local, and reorganize tests.
Robert Konigsberg [Thu, 22 Nov 2012 16:27:27 +0000 (11:27 -0500)]
Add missing tests to auto_tests/misc/local, and reorganize tests.

11 years agofixed spacings
Wim Bruynooghe [Thu, 22 Nov 2012 08:15:42 +0000 (09:15 +0100)]
fixed spacings

11 years agoMerge pull request #161 from klausw-g/is-series-locked
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

11 years agoRange selector: stepplots and fix for gaps in data
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.

11 years agoMerge pull request #173 from kberg/reverse-noisydata
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.

11 years agoSupport highlightSeriesOpts, and, standardize on field names.
Robert Konigsberg [Sun, 18 Nov 2012 03:01:46 +0000 (21:01 -0600)]
Support highlightSeriesOpts, and, standardize on field names.

11 years agoRespect options set in the series-axis object (e.g. Y2 : { labelsKMB: true })
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 })

11 years agoFix mis-named method.
Robert Konigsberg [Sun, 18 Nov 2012 01:10:34 +0000 (19:10 -0600)]
Fix mis-named method.

11 years agoReparse when series is set for array data.
Robert Konigsberg [Sun, 18 Nov 2012 01:10:22 +0000 (19:10 -0600)]
Reparse when series is set for array data.

11 years agoLooking better -- handle the CSV/no label case.
Robert Konigsberg [Sun, 18 Nov 2012 00:51:24 +0000 (18:51 -0600)]
Looking better -- handle the CSV/no label case.

11 years agoAdd dygraph-options.js. Add code to compare behavior. Looks like it's only working...
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.

11 years agoAdded actual drawing to test for visual cue.
Robert Konigsberg [Fri, 16 Nov 2012 00:36:48 +0000 (18:36 -0600)]
Added actual drawing to test for visual cue.

11 years agotestDrawHighlightPointCallback won't pass when the tests change because it requires...
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.

11 years agoAdd tests (which currently fail) that ensure that drawPointCallback and drawHighlight...
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.

11 years agoMerge pull request #171 from kberg/master
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

11 years agoMerge pull request #170 from shole/master
Dan Vanderkam [Thu, 15 Nov 2012 16:26:58 +0000 (08:26 -0800)]
Merge pull request #170 from shole/master

findClosestPoint visibility bias fix

11 years agoreverse the lines for the series C of NoisyDataABC to make it less obvious it was...
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.

11 years agoAdd third data set to visibility.html.
Robert Konigsberg [Wed, 14 Nov 2012 17:49:53 +0000 (11:49 -0600)]
Add third data set to visibility.html.

11 years agofindClosestPoint visibility bias fix, as described in this issue;
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

11 years agoMerge pull request #168 from jhollingsworth/master
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

11 years agoMerge branch 'master' of github.com:jhollingsworth/dygraphs
Jason Hollingsworth [Thu, 25 Oct 2012 15:56:44 +0000 (10:56 -0500)]
Merge branch 'master' of github.com:jhollingsworth/dygraphs

11 years agoFixed an issue with the chart title not being visible in IE8 and before. This does...
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.

11 years agoUpdate to Fix Issue 162: Support DOS-style line endings.
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

11 years agofix for issue 380 from adilh
Dan Vanderkam [Mon, 17 Sep 2012 20:45:20 +0000 (16:45 -0400)]
fix for issue 380 from adilh

11 years agoMerge pull request #166 from klemmster/master
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.

11 years agoRemove unused variable
Richard Klemm [Mon, 10 Sep 2012 09:00:19 +0000 (11:00 +0200)]
Remove unused variable

11 years agoFix some numeric issues with older Firefox
Dan Vanderkam [Tue, 28 Aug 2012 17:17:23 +0000 (13:17 -0400)]
Fix some numeric issues with older Firefox

11 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Tue, 28 Aug 2012 16:11:10 +0000 (12:11 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs

11 years agoRemove variable re-definitions
Dan Vanderkam [Tue, 28 Aug 2012 15:46:59 +0000 (11:46 -0400)]
Remove variable re-definitions

11 years agosmall script to track compressed file sizes
Dan Vanderkam [Sun, 26 Aug 2012 07:53:24 +0000 (10:53 +0300)]
small script to track compressed file sizes

11 years agoFix Issue 162: Support DOS-style line endings
Dan Vanderkam [Fri, 17 Aug 2012 15:38:24 +0000 (11:38 -0400)]
Fix Issue 162: Support DOS-style line endings

11 years agoadd auto_test from Issue 242
Dan Vanderkam [Fri, 17 Aug 2012 15:24:02 +0000 (11:24 -0400)]
add auto_test from Issue 242

11 years agoFix Issue 229:valueRange and errorBars not mixing when valueRange max = data max
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

11 years agoresolve issue 180 via better documentation
Dan Vanderkam [Thu, 16 Aug 2012 21:44:06 +0000 (17:44 -0400)]
resolve issue 180 via better documentation

11 years agoverify that issue 185 is fixed
Dan Vanderkam [Thu, 16 Aug 2012 21:37:04 +0000 (17:37 -0400)]
verify that issue 185 is fixed

11 years agoFix Issue 359:animatedZooms option has a bad interaction with range selector
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

11 years agoFix Issue 328:Thick data lines shown breaks
Dan Vanderkam [Thu, 16 Aug 2012 21:19:19 +0000 (17:19 -0400)]
Fix Issue 328:Thick data lines shown breaks

11 years agoupdate docs to reflect that fillGraph is now per-series.
Dan Vanderkam [Thu, 16 Aug 2012 20:34:04 +0000 (16:34 -0400)]
update docs to reflect that fillGraph is now per-series.

11 years agoFix issue 139:set fill option by series rather than for entire graph
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

11 years agorv f4e7e19, which was committed by accident
Dan Vanderkam [Thu, 16 Aug 2012 19:48:48 +0000 (15:48 -0400)]
rv f4e7e19, which was committed by accident

11 years agoFix issue 201:zero-series test broken
Dan Vanderkam [Thu, 16 Aug 2012 19:45:52 +0000 (15:45 -0400)]
Fix issue 201:zero-series test broken

11 years agoFix Issue 361: Moving the mouse over an iframe breaks range selector interaction
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

11 years agofailing test for iframe mouseup
Dan Vanderkam [Thu, 16 Aug 2012 16:03:49 +0000 (12:03 -0400)]
failing test for iframe mouseup

11 years agoFix & regression test for Issue 358:857a6931 breaks stacked graph highlighting
Dan Vanderkam [Thu, 16 Aug 2012 15:47:59 +0000 (11:47 -0400)]
Fix & regression test for Issue 358:857a6931 breaks stacked graph highlighting

11 years agoMerge pull request #164 from wimme/patch-3
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

11 years agoFix issue 322: calling destroy() results in an error in IE8
Dan Vanderkam [Mon, 13 Aug 2012 21:53:23 +0000 (17:53 -0400)]
Fix issue 322: calling destroy() results in an error in IE8

11 years agostupid trailing commas
Dan Vanderkam [Mon, 13 Aug 2012 21:42:28 +0000 (17:42 -0400)]
stupid trailing commas

11 years agoStepplot and errorbars sync fix
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.

11 years agofix all lint errors
Dan Vanderkam [Fri, 10 Aug 2012 16:16:24 +0000 (12:16 -0400)]
fix all lint errors

11 years agoallow lint.sh to take a file as a command-line argument
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

11 years agoremove trailing comma that was breaking IE
Dan Vanderkam [Thu, 9 Aug 2012 18:24:47 +0000 (14:24 -0400)]
remove trailing comma that was breaking IE

11 years agotweaks to crosshair demo
Dan Vanderkam [Wed, 8 Aug 2012 16:43:15 +0000 (12:43 -0400)]
tweaks to crosshair demo

11 years agoadd crosshair demo back as per user request
Dan Vanderkam [Wed, 8 Aug 2012 15:20:10 +0000 (11:20 -0400)]
add crosshair demo back as per user request

11 years agoMerge pull request #163 from flooey/master
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

11 years agoAdd option to many-points-benchmark that unaligns timestamps
Adam Vartanian [Tue, 7 Aug 2012 19:34:30 +0000 (15:34 -0400)]
Add option to many-points-benchmark that unaligns timestamps

11 years agoMerge pull request #162 from kberg/master
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

11 years agoAllow labelsDivWidth updates to be reflected in already-drawn graphs.
Robert Konigsberg [Thu, 2 Aug 2012 19:40:17 +0000 (15:40 -0400)]
Allow labelsDivWidth updates to be reflected in already-drawn graphs.

11 years agoFix missing object reference in interaction model.
Robert Konigsberg [Thu, 2 Aug 2012 19:35:22 +0000 (15:35 -0400)]
Fix missing object reference in interaction model.

11 years agodeclare vars in dashed-canvas
Dan Vanderkam [Tue, 31 Jul 2012 21:30:18 +0000 (17:30 -0400)]
declare vars in dashed-canvas

11 years agoremove extra dygraph-combined link
Dan Vanderkam [Tue, 31 Jul 2012 20:11:44 +0000 (16:11 -0400)]
remove extra dygraph-combined link

11 years agoAdd 'plotter' option, which allows custom drawing.
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

11 years agoExport .isSeriesLocked() API function
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.

11 years agoMerge branch 'master' of github.com:danvk/dygraphs
Dan Vanderkam [Tue, 31 Jul 2012 14:43:40 +0000 (10:43 -0400)]
Merge branch 'master' of github.com:danvk/dygraphs

11 years agoTwo RangeSelector changes/fixes (pull request 160)
Paul Felix [Tue, 31 Jul 2012 14:43:24 +0000 (10:43 -0400)]
Two RangeSelector changes/fixes (pull request 160)

11 years agoMerge pull request #159 from klausw-g/lock-selection
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.

11 years agoAdd optional "locked" arg to setSelection
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.

11 years agoDon't clear overlay on mouseup if not zooming.
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.

11 years agofix plotter demo
Dan Vanderkam [Wed, 25 Jul 2012 21:49:24 +0000 (17:49 -0400)]
fix plotter demo

11 years agorestore copy & fix zooming bug with error bars
Dan Vanderkam [Wed, 25 Jul 2012 21:42:18 +0000 (17:42 -0400)]
restore copy & fix zooming bug with error bars

11 years agoMerge branch 'master' into reorganize-points reorganize-points
Dan Vanderkam [Wed, 25 Jul 2012 17:54:28 +0000 (13:54 -0400)]
Merge branch 'master' into reorganize-points

11 years agoadd "use strict" to plugins -- was causing errors in dygraph-combined.js
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

11 years agotolerate failures in stacktrace.js (which happen in Safari) pluggable-renderer
Dan Vanderkam [Wed, 25 Jul 2012 17:44:45 +0000 (13:44 -0400)]
tolerate failures in stacktrace.js (which happen in Safari)

11 years agoinnerText -> innerHTML to make auto_tests/misc/local.html work in Firefox
Dan Vanderkam [Wed, 25 Jul 2012 17:10:11 +0000 (13:10 -0400)]
innerText -> innerHTML to make auto_tests/misc/local.html work in Firefox

11 years agomake test not fail
Dan Vanderkam [Wed, 25 Jul 2012 17:06:09 +0000 (13:06 -0400)]
make test not fail

11 years agodisable failing test; it still works, but the test logic is broken
Dan Vanderkam [Wed, 25 Jul 2012 17:00:22 +0000 (13:00 -0400)]
disable failing test; it still works, but the test logic is broken

11 years agocomments
Dan Vanderkam [Wed, 25 Jul 2012 00:02:27 +0000 (20:02 -0400)]
comments

11 years agoadd more comments to dashed-canvas.js
Dan Vanderkam [Tue, 24 Jul 2012 23:56:51 +0000 (19:56 -0400)]
add more comments to dashed-canvas.js

11 years agofix test
Dan Vanderkam [Fri, 20 Jul 2012 19:36:53 +0000 (15:36 -0400)]
fix test

11 years agocreate failing errorBars test
Dan Vanderkam [Fri, 20 Jul 2012 19:35:14 +0000 (15:35 -0400)]
create failing errorBars test

11 years agofix failing stackedGraph test
Dan Vanderkam [Fri, 20 Jul 2012 18:48:19 +0000 (14:48 -0400)]
fix failing stackedGraph test

11 years agoreally add failing test
Dan Vanderkam [Fri, 20 Jul 2012 18:43:57 +0000 (14:43 -0400)]
really add failing test

11 years agofailing stacked test
Dan Vanderkam [Fri, 20 Jul 2012 18:42:37 +0000 (14:42 -0400)]
failing stacked test

11 years agofirst stab at keying DygraphLayout.points on setIdx
Dan Vanderkam [Fri, 20 Jul 2012 17:58:53 +0000 (13:58 -0400)]
first stab at keying DygraphLayout.points on setIdx

11 years agoremove one deep copy; remove thick gridlines from demo
Dan Vanderkam [Wed, 18 Jul 2012 22:07:00 +0000 (17:07 -0500)]
remove one deep copy; remove thick gridlines from demo

11 years agoadd comment about the "remove canvasx/y" optimization
Dan Vanderkam [Wed, 18 Jul 2012 17:13:36 +0000 (12:13 -0500)]
add comment about the "remove canvasx/y" optimization

11 years agocleanup
Dan Vanderkam [Wed, 18 Jul 2012 16:53:13 +0000 (11:53 -0500)]
cleanup

11 years agopull out encapsuation breakages
Dan Vanderkam [Wed, 18 Jul 2012 15:24:28 +0000 (10:24 -0500)]
pull out encapsuation breakages

11 years agoclean up
Dan Vanderkam [Wed, 18 Jul 2012 15:20:18 +0000 (10:20 -0500)]
clean up

11 years agoonly expected failures
Dan Vanderkam [Wed, 18 Jul 2012 15:16:23 +0000 (10:16 -0500)]
only expected failures

11 years agoonly 4 tests failing
Dan Vanderkam [Wed, 18 Jul 2012 15:10:52 +0000 (10:10 -0500)]
only 4 tests failing

11 years agofaster, a few tests failing
Dan Vanderkam [Wed, 18 Jul 2012 15:01:02 +0000 (10:01 -0500)]
faster, a few tests failing

11 years agoremove another if
Dan Vanderkam [Tue, 17 Jul 2012 17:12:44 +0000 (12:12 -0500)]
remove another if

11 years agoremove if statement
Dan Vanderkam [Tue, 17 Jul 2012 17:06:14 +0000 (12:06 -0500)]
remove if statement

11 years agofix generate-combined
Dan Vanderkam [Tue, 17 Jul 2012 16:51:37 +0000 (11:51 -0500)]
fix generate-combined

11 years agoreduce frequency of calculateEmWidthInDiv calls; 25% speedup on 1000/100 benchmark
Dan Vanderkam [Mon, 16 Jul 2012 22:00:37 +0000 (17:00 -0500)]
reduce frequency of calculateEmWidthInDiv calls; 25% speedup on 1000/100 benchmark

11 years agoremove the strategy object completely
Dan Vanderkam [Mon, 16 Jul 2012 13:39:02 +0000 (08:39 -0500)]
remove the strategy object completely

11 years agoupdate jsTestDriver; test still failing
Dan Vanderkam [Sun, 15 Jul 2012 03:15:18 +0000 (22:15 -0500)]
update jsTestDriver; test still failing

11 years agofactor out dashed-canvas.js and use it in dygraph-canvas.js. one test failing
Dan Vanderkam [Sun, 15 Jul 2012 03:11:31 +0000 (22:11 -0500)]
factor out dashed-canvas.js and use it in dygraph-canvas.js. one test failing