You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is not a bug
For the example you provided, which has only one dimension mapped to the y-axis, you can set it to
Tooltip. axisPointer. axis='y 'to achieve the desired effect
Version
5.6.0
Link to Minimal Reproduction
demo
Steps to Reproduce
see the demo.
Current Behavior
hover over the bar, no tooltip gets shown
Expected Behavior
show tooltip
Environment
Any additional comments?
Fallbacking to
data
config and adding a dummtydata: [ '' ]
can fix.But that workaround will cause all related logics have to handle two cases.
The text was updated successfully, but these errors were encountered: