Steve Workings Report post Posted January 3, 2016 (edited) I'm producing a scatter chart, but random x-axis labels do not show. The label values are clearly present in the JSON. I can reproduce this both on my web site as well is in the FusionCharts js fiddle. Why is this? In the attached image, you'll see that December 06 is missing. But here's the snippet of the JSON that clearly contains it: . . . { "x": "417", "label": " " }, { "x": "439", "label": "06DEC2015" }, { "x": "440", "label": " " }, . . . Thanks. Edited January 3, 2016 by Steve Workings Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted January 4, 2016 Hi Steve, Can you update the fiddle: http://jsfiddle.net/fusioncharts/8Cwpt/ with your chart data to replicate the issue ? Thanks. Share this post Link to post Share on other sites