greetings!
So, I make a chart using highcharts in my html page. It's a donut chart or pie chart. It has a white color for all series, but each series has different opacity depends on the percentage of data. So, if series A has 20% from all data then, it will has 20% transparent white color.
Nah, I want to make space for each slices of series. So what i am doing is set borderWidth of series to 1, and then make it transparent using borderColor: 'rgba(255,255,255,0)'.
But nothing happne to my pie/donut chart.
Is there anyone here have experiences doing this?