Hi,
I was trying to draw a pie chart which might container just one category, but with some specific value of that category, the pie chart does not display.
e.g. When I have this
It still shows the label but not the pie chart. If I change the value to 78, 156, 312... or 80.5, 161, 321, 322... and it stays the same.
Does anyone know how to fix this problem?
Thanks a lot in advance!
I was trying to draw a pie chart which might container just one category, but with some specific value of that category, the pie chart does not display.
e.g. When I have this
series: [{
type: "pie",
data: [ {
category: "Hydro",
value: 312
} ]
}]It still shows the label but not the pie chart. If I change the value to 78, 156, 312... or 80.5, 161, 321, 322... and it stays the same.
Does anyone know how to fix this problem?
Thanks a lot in advance!