Is it possible to hide certain lines, bars and other graphic elements from a c3js chart, without unloading or hiding data?
I wish to keep that data in the tooltip but hide some graphic elements. Hover over one bar and see data for other hidden bars.
I know about the hide method - chart.hide(['data2', 'data3']);
- but this also deletes the data from the tooltip.
My question is not discussed in the documentation it seems.
A similar issue in November was not solved.
I don't have any code right now - just looking for an alternative to making a custom tooltip.
Thanks