I can't seem to center the canvas created by jquery sparklines in a div element. The canvas has a fixed-width, but the usual css (display:block; margin:0 auto;
) doesn't seem to work.
Here's the jsfiddle:
Could someone please tell me how I can center this canvas?
Thanks