Hi - I cannot find any way to increase the size of the labels on my charts from the documentation with the method we are using to create the chart instances.
We are using:
myChart = new FusionCharts( "/_js/Charts/Pie3D.swf", "myChartId", "550", "500", "0", "1");
and then later:
myChart.setJSONData(storageMarket(partnerData,false));
myChart.render("chartArea1");
Is there something I can pass into the constructor?
Cheers
Marc