c3js / c3

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

tooltip_grouped does not work well with timeseries #2700

Closed panthony closed 4 years ago

panthony commented 4 years ago

When the data is not evenly distributed alongs the xAxis, the tooltip does not behave as expected.

(Could be reproductible here: http://jsfiddle.net/pwusdk97/ but used js does not seems to have the fix yet).

This is because I used a scale to translate between data point & pixels.

Need to find a way for timeseries 🤔

panthony commented 4 years ago

Or with multi x/y such as https://c3js.org/samples/simple_xy_multiple.html ...