This appears to be possible with v1.x, but it does not appear to be supported in v2.x (at least it's not apparent from the docs - I've tried every iteration of options that I can imagine).
Specifically, a current project of mine requires a pie chart with no gaps between sections:

The applicable option from v1.x would be segmentShowStroke, but segmentStrokeColor and segmentStrokeWidth also seem apropos. Docs here:
http://www.chartjs.org/docs/#doughnut-pie-chart-chart-options
If necessary, I can use v1.x for the pie chart alongside v2.x for the other chart types I'm using, but it would be ideal to get it all done with v2.x.
Thanks!
This appears to be possible with v1.x, but it does not appear to be supported in v2.x (at least it's not apparent from the docs - I've tried every iteration of options that I can imagine).
Specifically, a current project of mine requires a pie chart with no gaps between sections:
The applicable option from v1.x would be
segmentShowStroke, butsegmentStrokeColorandsegmentStrokeWidthalso seem apropos. Docs here:http://www.chartjs.org/docs/#doughnut-pie-chart-chart-options
If necessary, I can use v1.x for the pie chart alongside v2.x for the other chart types I'm using, but it would be ideal to get it all done with v2.x.
Thanks!