Cristi S. Report post Posted May 25, 2017 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
Ayan Bhadury Report post Posted May 26, 2017 Hi, As of now you can not change the shape of the svg path to round natively. Share this post Link to post Share on other sites