Closed Venefilyn closed 5 years ago
C3 version: 0.7.2
D3 version: 5.9.7
Browser: Firefox 68
OS: Fedora 30
Sandbox: https://codesandbox.io/embed/nice-shape-9w8sv?fontsize=14
Whenever tooltip.horizontal is enabled the data.onclick, data.onmouseover, etc. do not trigger.
tooltip.horizontal
data.onclick
data.onmouseover
data.onclick only triggers if it's a point on the first series in data.columns
data.columns
data2
C3 version: 0.7.2
D3 version: 5.9.7
Browser: Firefox 68
OS: Fedora 30
Sandbox: https://codesandbox.io/embed/nice-shape-9w8sv?fontsize=14
Whenever
tooltip.horizontal
is enabled thedata.onclick
,data.onmouseover
, etc. do not trigger.data.onclick
only triggers if it's a point on the first series indata.columns
Expected results:
data2
Actual results:
data2