projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef44ba4
)
update reference to drawGrid option
author
Dan Vanderkam
<danvdk@gmail.com>
Sat, 21 Mar 2015 16:24:51 +0000
(12:24 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sat, 21 Mar 2015 16:24:51 +0000
(12:24 -0400)
tests/plotters.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/plotters.html
b/tests/plotters.html
index
579987a
..
c354d5b
100644
(file)
--- a/
tests/plotters.html
+++ b/
tests/plotters.html
@@
-107,8
+107,12
@@
includeZero: true,
dateWindow: [ Date.parse("2012/07/20"), Date.parse("2012/07/26") ],
animatedZooms: true,
- drawXGrid: false,
- plotter: barChartPlotter
+ plotter: barChartPlotter,
+ axes: {
+ x: {
+ drawGrid: false
+ }
+ }
}
);