Demonstrate use of object as borderWidth.

pull/1/head
David Schnur 14 years ago
parent 701f2f6e41
commit dd7793b7dc

@ -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
}
}
});
});

Loading…
Cancel
Save