edelcom

How can I move the first and list point of a line chart away from the left and right edge

Recommended Posts

I have a multi series line chart with only two data points per series.

Per default these two points are displayed at the left edge and the right edge of the chart.

Can I move them away from these vertical lines.

Thanks,

Erik

Share this post


Link to post
Share on other sites

You can set the padding using canvasPadding attribute of <chart> element as under:

<chart canvasPadding='20' ..>

This attribute takes a pixel value.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now