zhenghaoju Report post Posted March 31, 2012 Hi, I want to change the message style, just like "no data to display" . Now I can change the message content, but our designer want me to change the style. Does the message support html tag? Share this post Link to post Share on other sites
Sanjukta Report post Posted March 31, 2012 Hi, I am afraid, FusionCharts does not support changing chart messages with HTML tags, as of now. Share this post Link to post Share on other sites
zhenghaoju Report post Posted April 1, 2012 Hi, I am afraid, FusionCharts does not support changing chart messages with HTML tags, as of now. Does it support the css style or control the message position ? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 2, 2012 Hi, I am afraid, FusionCharts does not support the chart message with HTML tags and CSS style as of now. However you can use configure() function to set the color of the loading text using the "pbartextcolor" setting as shown in the example below: myChart.configure( "pbartextcolor", "00FF00"); The other similar settings are: pbarheight pbarbgcolor pbarborderthickness pbarbordercolor pbarwidth Hope this helps! Share this post Link to post Share on other sites