Cristi S.

stroke-llnecap and stroke-linejoin

Recommended Posts

For line and area charts, you seem to already set internally the standard stroke-linecap and stroke-linejoin SVG attributes (in a path) to the "round" value.

Is there any way to access and change them through a JSON option?

If not, how can we change them directly after the chart is rendered? I tried with jQuery $("path").attr("stroke-linecap", "..."); before and after the render() call, or within renderComplete event, but it did not work.

Thanks,

Cristian

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