From dd7793b7dcb073746fac2d3fb6cb0d2f7edea99d Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 27 Nov 2012 10:04:44 -0500 Subject: [PATCH] Demonstrate use of object as borderWidth. --- examples/setting-options.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/setting-options.html b/examples/setting-options.html index 53fd9d8..a977431 100644 --- a/examples/setting-options.html +++ b/examples/setting-options.html @@ -60,7 +60,13 @@ $(function () { tickDecimals: 3 }, grid: { - backgroundColor: { colors: [ "#fff", "#eee" ] } + backgroundColor: { colors: [ "#fff", "#eee" ] }, + borderWidth: { + top: 1, + right: 1, + bottom: 2, + left: 2 + } } }); });