Hi
I am displaying Month and Year in a xaxis. I want to display all the months in order from Jan to Dec.
I have tried to convert date to JS dates. Its works fine. But My issue is after converting to date in my x axis all the x axis values are not displaying.
Example.
I have ‘Jan-2015’, ‘Feb-2015’, ‘Apr-2015’, ‘Aug-2015’, ‘Mar-2015’, ‘May-2015’ values as my x-axis values. But Its displaying only ‘Jan-2015’,‘Mar-2015’, ‘May-2015’,‘Jul-2015’
‘Feb-2015’,‘Apr-2015’ is not displaying in X-Axis.
I Don’t have 'July-2015’ Data but its displaying in X-Axis label
Below is the code pen for the same.