0👍
You can analyze the javascript code of your exemple.
I think that the function that doing this, is this one:
paths.enter()
.append('svg:path')
.attr('d', arc)
.style('fill', function(d, i) {
return color(i);
})
.style('stroke', '#FFFFFF')
.on(eventObj)
- Chartjs-Merge Jquery Knob Functionality in Chart Js
- Chartjs-Converting int to List<double?>, ChartJS Core
Source:stackexchange.com