I’ve just started using JqPlot and want to display a small chart
However there is always a small margin at the top and to the left.

Looking at the css produced the jqplot-event-canvas is given absolute position with top and left set at 10px.
Is there a simple way to solve this so that the pie is positioned without the extra spacing?
I’ve tried to set the padding to 0 in the grid and pie rendererOptions.
Also set show:false on the axes, title, ledgend …,
Any ideas?
Try setting the
gridPaddinglike this:Because by default, each plot has the following grid padding:
I think this might explain the issue you are seeing.