-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip not visible in stacked column chart , when y-axis is reversed. #4509
Closed
Prakanksh opened this issue
Jun 7, 2024
· 5 comments
· May be fixed by Niraj-Dilshan/infinity#110, samul-1/sai_exams_frontend#162, engbaher77/Quasar-Client-Hyprid#157, Sheitak/weather-graphics-monitoring#883 or sgkens/velvetvoid#12
Closed
Tooltip not visible in stacked column chart , when y-axis is reversed. #4509
Prakanksh opened this issue
Jun 7, 2024
· 5 comments
· May be fixed by Niraj-Dilshan/infinity#110, samul-1/sai_exams_frontend#162, engbaher77/Quasar-Client-Hyprid#157, Sheitak/weather-graphics-monitoring#883 or sgkens/velvetvoid#12
Comments
Looks like ApexCharts is miscalculating the y coordinates or the |
Possibly |
Kindly check this issue in priority basis , as Its a major bug for a simple change in charts |
Any fix for this ? |
still facing issue , |
This was referenced Aug 13, 2024
This was referenced Aug 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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
https://codesandbox.io/embed/cyqjy2?view=editor+%2B+preview&module=%2Fsrc%2Fcomponents%2FChart.component.vue
https://codesandbox.io/embed/cyqjy2?view=editor+%2B+preview&module=%2Fsrc%2Fcomponents%2FChart.component.vue
attaching screenshots of the code pen
pay attention to tooltip
The text was updated successfully, but these errors were encountered: