From 985cccae6a9969d11bd8504c80c73f7394ef2a29 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 22 Nov 2012 18:30:54 -0500 Subject: [PATCH] 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. --- examples/setting-options.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/setting-options.html b/examples/setting-options.html index 8d1967e..1e359da 100644 --- a/examples/setting-options.html +++ b/examples/setting-options.html @@ -48,7 +48,8 @@ $(function () { yaxis: { ticks: 10, min: -2, - max: 2 + max: 2, + tickDecimals: 3 }, grid: { backgroundColor: { colors: ["#fff", "#eee"] }