JonathansCorner.com Report post Posted May 2, 2011 I am interested in taking a HighCharts rendering and turning both the gradient background, the border for the slices of the pie, and the text on the slices to be white. Is that an available XML control? It seems that the borderColor attribute controls the border of the whole graph, but not borders within the graph. Thanks, Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 3, 2011 Hi, Thanks for your reply. Please try the same by setting <plotBorderColor='FFFFFF'>, <bgColor='FFFFFF'> inside the <chart> element and <color='FFFFFFF'> inside the <set> element. Hope this helps. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 3, 2011 To set the color of the label fonts you need to use baseFontColor attribute in <chart> element. Additionally, you can use outCnvBaseFontColor attribute in <chart> element to set color to your caption/subcaption. Share this post Link to post Share on other sites
JonathansCorner.com Report post Posted May 3, 2011 Thank you! Yes, it helped a good deal. Thanks, Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 4, 2011 Hi, Thank you very much for your appreciation. We are glad to know that you have managed to solve your purpose. Keep FusionCharting! Share this post Link to post Share on other sites
pitommasi Report post Posted June 21, 2012 is the plotBorderColor='FFFFFF' setting valid for combined column (side by side) chart? I cannot get the border of the plots to be white Share this post Link to post Share on other sites
Guest Bindhu Report post Posted June 22, 2012 Hi, Can you please let us know the chart type that you are using. Also, please share the XML data along with the version of FusionCharts that you are currently using. Awaiting your response. Share this post Link to post Share on other sites