projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3cb079
)
code review
author
Dan Vanderkam
<danvdk@gmail.com>
Thu, 20 Nov 2014 05:37:24 +0000
(
00:37
-0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Thu, 20 Nov 2014 05:37:24 +0000
(
00:37
-0500)
auto_tests/tests/simple_drawing.js
patch
|
blob
|
blame
|
history
diff --git
a/auto_tests/tests/simple_drawing.js
b/auto_tests/tests/simple_drawing.js
index
051fd74
..
dde41b8
100644
(file)
--- a/
auto_tests/tests/simple_drawing.js
+++ b/
auto_tests/tests/simple_drawing.js
@@
-96,10
+96,16
@@
SimpleDrawingTestCase.prototype.testDrawWithAxis = function() {
*/
SimpleDrawingTestCase.prototype.testDrawSimpleDash = function() {
var opts = {
- drawXGrid: false,
- drawYGrid: false,
- drawXAxis: false,
- drawYAxis: false,
+ axes: {
+ x: {
+ drawGrid: false,
+ drawAxis: false
+ },
+ y: {
+ drawGrid: false,
+ drawAxis: false
+ }
+ },
series: {
'Y1': {strokePattern: [25, 7, 7, 7]},
},