c3js / c3

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

Timeseries X-axis style issue #2775

Open nagarajanceg opened 4 years ago

nagarajanceg commented 4 years ago

Codepen link

When you have multiple values for x-axis ticks and there is single point to load on the graph ended in timestamps overlap.

Screen Shot 2020-04-02 at 10 29 51 AM

This issue won't come if you have more than one point to load in same graph. How to resolve this when you have single point first for sometime and then second point loads after certain period of time ?