Select to view content in your preferred language

Specifying the colors of each sectors in a pie chart

688
0
11-21-2016 08:55 AM
SarojThapa1
Frequent Contributor


              

How can I assign the colors to each sector in a pie chart using the parameters?

chart.addSeries("% Complete", [{
    y: complete_processing,
    tooltip: complete_processing,
    text: "% Complete"
}
0 Kudos
0 Replies