Hi,
c3-xgrid-focus class and set display: none style to hide the focus line.tooltip.grouped option to ungroup tooltips as you wrote. Could you try this option?c3-xgrid-focus class in c3.css, then all charts in page won't have focus line. In my case, I want to have it on line charts, but suppress in bar chars.Much appreciated!
Hi,
Thanks, I understand. And I remember this is already implemented as point.focus.line.enabled. I think this option can be used for your purpose. However, I feel this option name seems not appropriate, so I rename this to grid.focus.show. Please use this option if you use the latest code. Thanks!
Hi, thanks! This is what I was looking for.
All right. I'll close this issue. Thanks.
Hello,
I tried using:
tooltip: {grouped: false},
but now the tooltip does not appear at all on my bar charts, only line.
I have the same issue has @bla211. It works fine for line charts, but bar charts, turning grouped: false leads to no tooltip at all.
@bla211 and @Rarely, I also don't see a tooltip at all when using grouped:false with stacked bar charts, but only in Chrome. I think it is related to "SvgPathSeg is removed in chrome 48 #1465" (https://github.com/masayuki0812/c3/issues/1465).
Most helpful comment
Hello,
I tried using:
tooltip: {grouped: false},
but now the tooltip does not appear at all on my bar charts, only line.