Commit 985cccae authored by David Schnur's avatar David Schnur

Add tickDecimals to the setting-options example.

It's useful to include the tickDecimals option in one of our examples,
so it's easier to test across versions.  The setting-options example is
the logical place to put it.
parent db83cd0c
......@@ -48,7 +48,8 @@ $(function () {
yaxis: {
ticks: 10,
min: -2,
max: 2
max: 2,
tickDecimals: 3
},
grid: {
backgroundColor: { colors: ["#fff", "#eee"] }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment