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.
pull/1/head
David Schnur 14 years ago
parent db83cd0c1e
commit 985cccae6a

@ -48,7 +48,8 @@ $(function () {
yaxis: { yaxis: {
ticks: 10, ticks: 10,
min: -2, min: -2,
max: 2 max: 2,
tickDecimals: 3
}, },
grid: { grid: {
backgroundColor: { colors: ["#fff", "#eee"] } backgroundColor: { colors: ["#fff", "#eee"] }

Loading…
Cancel
Save