Sign in to follow this  
sushma_rkd

Set The Id Dynamic In The Linked Charts Using Fusion Charts

Recommended Posts

 

var jsonString = {

 

 

 

 

"chart": {

 

 

 

 

"caption": "Yearly Sales", "xaxisname": "Year", "yaxisname": "Sales"

 

 

},

 

 

 

 

 

"data": [],

 

 

 

 

"linkeddata": [{

 

 

 

 

"linkedchart": {

 

 

 

 

"chart": {

 

 

 

 

"caption": " Sales Summary", "subcaption": "For the year 2004", "xaxisname": "Quarter", "yaxisname": "Sales", "numberprefix": "$", "useroundedges": "1"

 

 

},

 

 

 

 

 

"data": []

 

 

},

 

 

 

 

 

"id": 'Bangalore'

 

 

}]

 

 

 

}

 

Edited by sushma_rkd

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