exception when calling chart.tooltip.show()
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
Hello,
I have a c3 pie chart and I'm trying to manually invoke the tool tip when I hover over the legend.
I looked at the example from this thread here: https://github.com/c3js/c3/issues/509
but this doesn't seem to be working for me.
When I say: chart.tooltip.show({x:1}); it tells me:

I think I know the bounding client rectangle it's talking about but I don't know how to get it or pass it into the show() function.
Please help. Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.