exmonkey Report post Posted January 19, 2011 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 Share this post Link to post Share on other sites
Guest Angie Report post Posted January 19, 2011 Hi, Welcome to FusionCharts Forum! You need to use STYLES to achieve this. For more details, please refer to the link below: http://www.fusioncharts.com/docs/?Styles/HowToUse.html http://www.fusioncharts.com/docs/?Styles/Font.html Hope this helps. Share this post Link to post Share on other sites