Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Fusion Chart runs out of color

    Hi,

    I have quite a few data. When I plot the data in fusionChart, it seems fusion chart runs out of color. It shows white color for data near the end.

    How can I set the fusion chart to repeatly use the colors in the color array or is there a way to set more colors for the chart?

    Thanks

    #2
    You can use fusionChart.dataColors to set up your own array, or override fusionChart.getDataColor(index) to return custom colors dynamically. Both properties are documented in SC 8.0

    Comment

    Working...
    X