-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So by checking a minimal reproducible example, I found that my app's apex charts behaved differently than a jsFiddle version. I found out that my project came from a custom theme, used to bootstrap it years ago, and it had this CSS code for hiding most of my tooltips:
There was also a ton of other custom CSS in an apex-chart.scss file. Also the library in use was not the default one, it imported a 2 year-old fork of apex-charts and made it project-default using a webpack sentence. So this part was not directly connected to this issue, but I removed it and installed up-to-date apex-charts anyway. |
Beta Was this translation helpful? Give feedback.
So by checking a minimal reproducible example, I found that my app's apex charts behaved differently than a jsFiddle version. I found out that my project came from a custom theme, used to bootstrap it years ago, and it had this CSS code for hiding most of my tooltips:
There was also a ton of other custom CSS in an apex-chart.scss file. Also the library in use was not the default one, it imported a 2 year-old fork of apex-charts and made it project-default using a webpack sentence. So this part was not directly connected to this issue, but I removed it and installed up-to-date apex-charts anyway.