-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Closed
Copy link
Labels
Description
Screen.Recording.2024-06-07.at.2.mp4
Description
We are using column chart (stacked)
having numeric values in y-axis
sometimes those values can be negative
according to which we
set the boolean value for y-axis in chart options "reversed" : true/ false
if reversed is false
the chart works fine but
if reversed is true
then tooltip is not visible .
Steps to Reproduce
- Create a column chart
- Have a set of series data with negative values on Y-axis
- Set the reversed options in y-axis to true
- Set Tooltip enable option to true .
- Check for the chart tooltip
Expected Behavior
It should show tooltip with y-axis value in the chart at the tip of the hovered bar
Actual Behavior
Tooltip is not visible
until or unless tooltip is fixed
(In fixing the tooltip there might be some difference between the tooltip height and hight of bars in column chart .)
Screenshots
attached a video
Reproduction Link
attaching screenshots of the code pen
pay attention to tooltip

