StTheo
Posts: 7
Joined: Tue Jun 16, 2015 7:45 pm

Navigator stackedYData full of NaNs

Hi! I recently upgraded from Highstock 1.3.1 to 2.1.6. I'm having issues with populating a navigator from an eval()'d json string. The data appears correctly on the regular chart (which uses columns, if that's helpful), but doesn't appear correctly when I set it on navigator via setData(). When I looked at the navigator series, all of the processedYData elements were fine, but the stackedYData elements, while starting with the correct first value, were populated with NaNs. This graph can change data pretty frequently (not live, but very configurable), so I can't rely on setting baseSeries (or, at least I don't think I can).

This is a pretty complicated graph, so I'll work on getting a jsfiddle that has this issue, but in the meantime has anyone else had this issue before?

Edit: Figured it out, the navigator threshold wasn't set to anything. The jsfiddle I tried to use to reproduce this worked, and I'm using the moxie gwt wrapper, so I think I'm going to put the blame on them for this.

Return to “Highcharts Stock”