I came up with this Fiddle : https://jsfiddle.net/2s09hqLu/ which has stacked rounded chart as I wanted.But problem is when a value is 0 in data array.It doesnt make it rounded.I always want it to be rounded how can I do that?
data: [20, 5, 0, 15, 12, 13]
As you can see here on the yellow its flat not rounded.How can I solve this problem?
