Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync sources #5

Merged
merged 112 commits into from
Mar 27, 2013
Merged
Changes from 1 commit
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
946e63b
Merge pull request #4 from danvk/master
manufitoussi Jan 30, 2013
9fd9bbb
fix an resize issue : when the window has resized, mouseout and mouse…
manufitoussi Jan 30, 2013
8d97042
Resize event causes several mouseUp handler to be be added. Prevent m…
manufitoussi Jan 30, 2013
1a19005
Update docs for committing changes.
konigsbergoogle Jan 31, 2013
be6c0f5
Merge pull request #205 from kberg/docs
danvk Jan 31, 2013
e22a354
Merge pull request #203 from witsa/resize_handler
danvk Jan 31, 2013
81ce452
Fix "Unnecessary semicolon" lint error
danvk Feb 1, 2013
7071b20
Merge pull request #199 from witsa/master
danvk Feb 1, 2013
24f7710
Add new test to verify that highlightCallback still works after graph…
konigsbergoogle Feb 2, 2013
2041617
Merge pull request #206 from kberg/master
kberg Feb 2, 2013
4214279
s/RGBColor/RGBColorParser in the tests directory.
konigsbergoogle Feb 2, 2013
e4cee28
Merge pull request #207 from kberg/master
kberg Feb 2, 2013
84074ad
Fix for Issue 421: Range selector disappear after resize
paulfelix Feb 6, 2013
2f56cd4
FEATURE: Added support for stepPlot per-series.
eichsjul Jan 31, 2013
de9a818
BUG FIX: Fixed indentation in respect to the jslint rules.
daminetreg Jan 31, 2013
0ce5b19
FEATURE: Added stepPlot option per series for all plotters.
eichsjul Jan 31, 2013
104d87c
BUGFIX: stepPlot per series now also works correctly for the
eichsjul Feb 6, 2013
4fa81db
FEATURE: Added tests for stepPlot option per series
eichsjul Feb 7, 2013
4707563
Namespace the canvas proxy in auto tests.
konigsbergoogle Feb 7, 2013
5546c2e
BUGFIX: Renamed test to capital case, fixed global var stuff, renamed
eichsjul Feb 7, 2013
1654747
BUGFIX:
eichsjul Feb 7, 2013
1987a3d
Fix documentation for underlayCallback (Issue 379)
danvk Feb 8, 2013
5d93f81
Merge pull request #204 from sauter-hq/55eb8485b406174f15dcee0e97abc4…
danvk Feb 8, 2013
61d7c1b
Merge pull request #208 from paulfelix/master
danvk Feb 8, 2013
29eb854
add a (non-breaking) space between series name and value in the legen…
danvk Feb 8, 2013
79aabc9
Fix tests to handle the new space in the legend
danvk Feb 8, 2013
e062900
Add CSS "reset" to fix Issue 429
danvk Feb 8, 2013
5d2acf2
Slightly scary change to fix issue 426
danvk Feb 8, 2013
b38afae
Call zoomCallback from touch interactions (issue 395)
danvk Feb 8, 2013
b19d741
support "double-tap" to zoom out on touch devices
danvk Feb 8, 2013
45b74fb
Add methods to DygraphOps to dispatch mouseover and mouseout; some si…
kberg Feb 8, 2013
4c10c8d
Fix bug 428, add test which catches exception. What an annoying littl…
kberg Feb 8, 2013
c7ad698
Merge pull request #209 from kberg/i428
danvk Feb 9, 2013
def2419
Fix Issue 181: labelsDiv flashes when the mouse hovers over it.
danvk Feb 9, 2013
bee4611
Merge branch 'master' of github.com:danvk/dygraphs
danvk Feb 9, 2013
48cdd6c
Fix Issue 347: three-finger zoom crashes the display on iOS
danvk Feb 9, 2013
43f829c
Fix part 1 of Issue 256: Annotations attachAtBottom Property
danvk Feb 9, 2013
fa46047
Add new options xRangePad and yRangePad
klausw Feb 9, 2013
9bb94ee
Fix the other half of Issue 256 (annotation stacking)
danvk Feb 9, 2013
b5481ae
auto_test for stacked annotations
danvk Feb 9, 2013
df8e5de
Don't redraw graph stack in interactive highlight
klausw Feb 9, 2013
71319c7
remove console.log()
danvk Feb 9, 2013
abc8c57
Fix bug 153, findPosX and findPosY don't take borders into account. T…
kberg Feb 9, 2013
6c8e399
Merge pull request #212 from kberg/i153
danvk Feb 9, 2013
20bb4e9
Merge pull request #211 from klausw-g/issue-424
danvk Feb 9, 2013
34ad56b
Fix bug 329 which accumulates clipping rectangles on subsequent draws.
kberg Feb 9, 2013
ae0aded
Merge pull request #213 from kberg/i329
danvk Feb 9, 2013
a537fd6
Remove naming of anoymous functions. Unnecessary and slightly wrong.
kberg Feb 10, 2013
ccecde9
Address code review comments
klausw Feb 10, 2013
4b2e41a
Re-do the fix for stacked graph highlighting
klausw Feb 11, 2013
8247eef
add Great Lakes Water Level dashboard example
danvk Feb 11, 2013
3c043a9
Merge branch 'master' of github.com:danvk/dygraphs
danvk Feb 11, 2013
0901837
add missing semicolon
danvk Feb 11, 2013
6835cab
Fix for Issue 378: Mouse gradually drifts off of range selection handle
paulfelix Feb 12, 2013
691cb47
Merge branch 'master' of github.com:danvk/dygraphs
paulfelix Feb 12, 2013
4f41df5
Call addEvent on graph instance where needed for auto removal
paulfelix Feb 12, 2013
3c080cd
code review: rename to .singleSeriesName
klausw Feb 12, 2013
4ec7b44
Making dygraph-tickers.js slightly more independent.
walkingeyerobot Feb 15, 2013
633fd78
rv 34ad56b341, which introduced issue 432
danvk Feb 15, 2013
7e94880
Merge pull request #218 from walkingeyerobot/master
danvk Feb 15, 2013
76cacc0
Merge pull request #217 from paulfelix/master
danvk Feb 16, 2013
ff91a8e
Merge pull request #216 from klausw-g/issue-424-b
danvk Feb 16, 2013
1a7fbe3
Merge pull request #210 from klausw-g/range-pad-2
danvk Feb 16, 2013
6205460
Regression test for issue 430: Incorrect rendering when all values ar…
danvk Feb 16, 2013
fef315f
Add another test for DST transitions
danvk Feb 17, 2013
12b879f
Fix issue 176, which involved duplicated x-values in stacked graphs
danvk Feb 17, 2013
2fd143d
Move KMB/KMG2 formatting into default formatter function (issue 414)
danvk Feb 17, 2013
4bac38d
Fix a few lint errors
danvk Feb 17, 2013
870a309
fix & regression test for issue 355: Row number Issue
danvk Feb 17, 2013
fa11f4e
Fix & regression test for issue 363: Calling setSelection() after an …
danvk Feb 17, 2013
d3b4943
Return failure code when lint fails.
konigsbergoogle Feb 17, 2013
c697523
Fix and regression test for Issue 147: X-axis date labels break after…
danvk Feb 18, 2013
0f9bf36
Fix some more DST issues
danvk Feb 18, 2013
9a4fd02
factor out Dygraph.setDateSameTZ
danvk Feb 18, 2013
33e96f1
A few tweaks to make all tests pass on FF 3.5
danvk Feb 18, 2013
0b4cf8f
One more case in which ticks across DST boundaries are still broken
danvk Feb 18, 2013
fb0c64b
Fix & regression test for issue 433: Glitch in two-hourly ticks when …
danvk Feb 18, 2013
6108122
kberg review comments
danvk Feb 18, 2013
b04888c
Clean up some zooming oddities; fixes issues 434 and 280
danvk Feb 18, 2013
5ee26cc
Ignore zooms entirely outisde the plot area; Fix broken tests.
danvk Feb 18, 2013
8e1ec00
adding missing license block
walkingeyerobot Feb 19, 2013
4d402ef
Merge pull request #220 from walkingeyerobot/master
danvk Feb 19, 2013
5ad7495
getComputedStyle -> window.getComputedStyle
danvk Feb 19, 2013
4294a33
Since we can't change constants, checking to see if they exist instea…
walkingeyerobot Feb 19, 2013
3926823
Merge pull request #221 from walkingeyerobot/master
danvk Feb 19, 2013
4ff8c62
guard window.getComputedStyle call for IE8
danvk Feb 20, 2013
ecdb6df
add note about IE8
danvk Feb 20, 2013
7522b21
Fix & regression test for issue 392: connectSeparated and errorBars d…
danvk Feb 20, 2013
af6e4ad
Fix an issue where annotations are set too early in IE8
danvk Feb 20, 2013
11c253e
Merge branch 'master' of github.com:danvk/dygraphs
danvk Feb 20, 2013
ace524b
Temporarily disable tests which must be run in eastern time
danvk Feb 20, 2013
4ecb55b
Fix bug 436. Only restore axes that remain after an option update.
konigsbergoogle Feb 21, 2013
745e9e5
Merge pull request #222 from kberg/master
danvk Feb 21, 2013
84f8643
i
clocksmith Feb 22, 2013
31a8d0c
i
clocksmith Feb 23, 2013
f93af87
Use the correct access when computing bounded y-values for constraine…
kberg Feb 24, 2013
907121a
Fix wrong values in legend when using stackedGraph with missing values
vlsi Feb 24, 2013
b14ac97
Merge pull request #224 from kberg/i294
danvk Feb 24, 2013
4cb3fc6
Merge pull request #225 from vlsi/master
danvk Feb 24, 2013
cc87e27
Fixed computation of stacked series in case some series start in the …
vlsi Feb 24, 2013
5fdfe3b
Add tests for underlayCallback with no series.
clocksmith Feb 25, 2013
277f6bf
Merge branch 'master' of https://github.com/danvk/dygraphs
clocksmith Feb 25, 2013
83b552f
Fix value of yMax in callback.js test.
clocksmith Feb 25, 2013
113f6e1
Added tests for explicit y axis range in callback.
clocksmith Feb 26, 2013
5ca15c0
Merge pull request #229 from clocksmith/master
kberg Feb 26, 2013
b59d8ee
Fix syntax error in callback.js
clocksmith Feb 26, 2013
d66c74e
Merge pull request #230 from clocksmith/master
kberg Feb 26, 2013
2871344
Fix for issue #439
paulfelix Feb 26, 2013
124ff6e
Merge pull request #231 from paulfelix/master
kberg Feb 27, 2013
870190b
Merge pull request #226 from vlsi/wrong_stacked_computation
danvk Mar 2, 2013
94ee064
Fix in Dygraph.log for IE8
wimme Mar 7, 2013
019862d
Merge pull request #234 from wimme/patch-2
danvk Mar 7, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporarily disable tests which must be run in eastern time
danvk committed Feb 20, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ace524b51c4454d17b998e4715fbb8f3fd13d86b
2 changes: 2 additions & 0 deletions auto_tests/tests/axis_labels.js
Original file line number Diff line number Diff line change
@@ -751,6 +751,7 @@ AxisLabelsTestCase.prototype.testLabelsKMBIgnoredWhenOverridden = function() {
assertEquals(["0","500","1000","1500","2000"], Util.getYLabels(2));
};

/*
// Regression test for http://code.google.com/p/dygraphs/issues/detail?id=147
// Checks that axis labels stay sane across a DST change.
AxisLabelsTestCase.prototype.testLabelsCrossDstChange = function() {
@@ -887,3 +888,4 @@ AxisLabelsTestCase.prototype.testLabelsCrossSpringForwardHighFreq = function() {
'04:00', '04:05'
], Util.getXLabels());
};
*/
2 changes: 2 additions & 0 deletions auto_tests/tests/utils_test.js
Original file line number Diff line number Diff line change
@@ -171,6 +171,7 @@ UtilsTestCase.prototype.testIterator_no_args = function() {
assertNull(iter.next());
};

/*
UtilsTestCase.prototype.testDateSet = function() {
var base = new Date(1383455100000);
var d = new Date(base);
@@ -184,3 +185,4 @@ UtilsTestCase.prototype.testDateSet = function() {
Dygraph.setDateSameTZ(d, {ms: 10});
assertEquals(10, d.getTime() - base.getTime());
};
*/