Sign in to follow this  
zhenghaoju

How To Change Message Style?

Recommended Posts

Hi,

 

I want to change the message style, just like "no data to display" .

 

Now I can change the message content,post-7925-0-18182400-1333176032_thumb.png 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

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 ? :rolleyes:

Share this post


Link to post
Share on other sites
Guest Sashibhusan

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this