Sign in to follow this  
nilesh1021

How To Deal With Multiline Chart

Recommended Posts

{

"chart": {

"palette": "9"

},

"categories": [

{

"category": [

{

"label": "2006"

},

{

"label": "2007"

}

]

}

],

"dataset": [

{

"seriesname": "Model A12",

"color": "A66EDD",

"data": [

{

"value": "35"

},

{

"value": "42"

}

]

},

{

"seriesname": "Model A15",

"color": "F6BD0F",

"data": [

{

"value": "22"

},

{

"value": "25"

}

]

}

]

}

 

Is there another method to give two series together in json

Edited by nilesh_1021

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