Commit dd7793b7 authored by David Schnur's avatar David Schnur

Demonstrate use of object as borderWidth.

parent 701f2f6e
...@@ -60,7 +60,13 @@ $(function () { ...@@ -60,7 +60,13 @@ $(function () {
tickDecimals: 3 tickDecimals: 3
}, },
grid: { grid: {
backgroundColor: { colors: [ "#fff", "#eee" ] } backgroundColor: { colors: [ "#fff", "#eee" ] },
borderWidth: {
top: 1,
right: 1,
bottom: 2,
left: 2
}
} }
}); });
}); });
......
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