c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.35k stars 1.39k forks source link

multiple series in timeseries graph always start from the leftmost date #2749

Open brigadier opened 4 years ago

brigadier commented 4 years ago

it seems like it is impossible to draw multiple timeserie lines each starting with different date, as for timeseries graphs all lines are al aligned to the single "date" serie so it is assumed that all series are started with the same date. For simple lines there's the 'xs' option.

nagarajanceg commented 4 years ago

Could you share any sample fiddle or codepen link to investigate the issue ?