Sign in to follow this  
senthily88

Dynamic Change properties Jquery

Recommended Posts

Good Day Sir,

My project Concept Is Dynamic Chart generate, Show Multiply Chart on Single DB data,  And Also Provide Customize wise Change Color,font,backgrond color, text,subject,sub_title

 

But I need Without Postback use jquery or javascript To change This properties,

 

how I change This properties Dynamicly,

 

u r DOC is only on Code generate Time Change This properties, But I need Dynamic Change To Show Customer,

Ans Me Sir, Jquery or Javascript To change Only i Needed

 

 

Edited by senthily88

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

You can update/change the chart properties after rendering the chart.

 

All you need to do is to access the chart id of the chart and pass the updated chart XML or if you want to change <chart> level attributes, then you can simply use 'setChartAttribute()' function.

 

For more information, please refer the following links:

http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html

 

http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeChartProperties.html

 

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