jquery - How can I remove the white border from Chart.js V2.6.0 pie chart? -
i using chart.js(v2.6.0) pie chart , i'd remove white lines between slices. tell me way ?
i tried segmentshowstroke: false not working me.
thanks
we can't totally remove white line between slice, reduce using borderwidth property. here working link codepen"borderwidth":"0" , reference dataset properties available in chart.js

Comments
Post a Comment