-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
Description
What problem does this feature solve?
When working with multiple series on spesifically line charts currently you can not disable shared tooltip. It always shows all series' tooltips. But sometimes you may want to use seperate tooltips. Making trigger option to 'item' does not work because it makes harder to hover a point. With this feature you should be able to use trigger:'axis' and show the closest value's tooltip on hover. Many chart libraries have this feature currently.
What does the proposed API look like?
I should be able to hover somewhere in chart area (not just the points in datasets) it should find the closest value of the point i hover in dataset and show its tooltip. i should be able to control this with a parameter. if its true show both tooltips and its not the one i described above.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.