Sign in to follow this  
Shobhit Rastogi

Yaxis Labels And Scale Is Not Showing

Recommended Posts

Hi ,

 

Below is my JSON data. But I am unable to see my primary and secondary both y-axis labels. Scale is also not appearing on chart. i have made Multiseries stacked chart. Please do help.

 

 

{

"chart": {

"caption": "WIP",

"subcaption": "",

"xaxisname": "Locations",

"pYAxisName": "Tray Count",

"sYAxisName": "User Count",

"decimals": "",

"numberprefix": "",

"numbersuffix": ""

},

"categories": [

{

"category": [

{

"label": "DECONTAM"

},

{

"label": "PREPANDPACK"

},

{

"label": "Q for STER"

},

{

"label": "STERILIZATION"

},

{

"label": "COOLDOWN"

},

{

"label": "DISTRIBUTION"

}

]

}

],

"dataset": [

{

"dataset": [

{

"seriesname": "Items -Priority 1",

"color": "FF0000",

"showvalues": null,

"parentYAxis": null,

"data": [

{

"value": " ",

"label": "",

"color": ""

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": " ",

"label": "",

"color": ""

}

]

},

{

"seriesname": "Items -Priority 2",

"color": "008B00",

"showvalues": null,

"parentYAxis": null,

"data": [

{

"value": "3",

"label": "",

"color": "008B00"

},

{

"value": "1",

"label": "",

"color": "008B00"

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": "1",

"label": "",

"color": "008B00"

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": " ",

"label": "",

"color": ""

}

]

},

{

"seriesname": "Items -Priority 3",

"color": "0000FF",

"showvalues": null,

"parentYAxis": null,

"data": [

{

"value": "4",

"label": "",

"color": "0000FF"

},

{

"value": "6",

"label": "",

"color": "0000FF"

},

{

"value": "1",

"label": "",

"color": "0000FF"

},

{

"value": "11",

"label": "",

"color": "0000FF"

},

{

"value": " ",

"label": "",

"color": ""

},

{

"value": "1",

"label": "",

"color": "0000FF"

}

]

}

]

},

{

"dataset": [

{

"seriesname": "User Count",

"color": "6CA6CD",

"showvalues": null,

"parentYAxis": "S",

"data": [

{

"value": " ",

"label": "",

"color": "6CA6CD"

},

{

"value": "3",

"label": "",

"color": "6CA6CD"

},

{

"value": " ",

"label": "",

"color": "6CA6CD"

},

{

"value": " ",

"label": "",

"color": "6CA6CD"

},

{

"value": " ",

"label": "",

"color": "6CA6CD"

},

{

"value": " ",

"label": "",

"color": "6CA6CD"

}

]

}

]

}

]

}

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please confirm the chart type(.swf) file you are using?

 

Please use MSStackedColumn2DLineDY.swf to suffice your requirement.

 

Please find the screenshot attached for your reference.

Hope this helps.

post-10517-0-91104600-1316164118_thumb.png

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