Sign in to follow this  
Steve Workings

Category Labels not showing in Scatter Chart

Recommended Posts

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.

post-6628-0-98541300-1451788438_thumb.png

Edited by Steve Workings

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