Posted 11 December 2020, 6:19 am EST
Hopefully this is a simple question to resolve.
We are displaying 2 data series in a flexchart but we have noticed that the Y-Axis labels look a bit strange with a limited data set.
In certain instances we have 2 items in our data set with a value of 0 and 1 for the series. i.e.:
[{ date: ‘12/01/2020’, series1: 0, series2: 0 },
{ date: ‘12/09/2020’, series1: 1, series2: 0 }]
What happens is the dates are shown accross the x-axis correctly, but the y-axis contains duplicate 0 and 1 values