Multi line chart with different sets of values on x-axis
In my multiline chart, each line may have different set of data points. For example, the chart has 2 lines A & B. Then x-axis labels would be of fixed # like months - Jan to March. The line A has data points for month Jan & Feb and line B has data points for Jan & March. I'm not able to make it work using angularjs but according to this, it is possible using chartjs.
I'm struggeling with the same problem and can not make it work either. Any recommendations for Chart.js 2.x?
I'm having the same issue. I try to represent the datasets on multiple X axis and the chart is displayed empty. No dataset is drawn on it and i don't understand why or how to fix this. (Angular 2 & Typescript)
LE: i solved my issue by changing the scale X type to 'category'
Did it work with line charts ? Can you please provide example you made ?