Is there any way to change the Color or PieChart data?
In my pie chart it was showing random color but I want specific color for each part.
I m using below chart data in follwing function.
FusionCharts
.RenderChart("../FusionCharts/FCF_Pie3D.swf", "", strXML, "FactorySum", "400", "270", false, false);<graph showPercentageInLabel='1' pieSliceDepth='25' decimalPrecision='0' showNames='1' >
<set name='Art' value='1' />
<set name='Drama' value='41' />
<set name='English' value='8' />
<set name='Geography' value='6' />
</graph>

Back to top
MultiQuote