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 m enjoy the library but i have some trouble handling the focused label component, as you can see in the image above, the reference line are above it
Adding zIndex in referenceLine1Config does not seems to do anything
Adding position 'absolute' and zIndex on the focused label component, does not do anything either
You can use the prop referenceLinesOverChartContent = {false} to fix this issue.
For Line and area charts, it is available from versions 1.4.27 onwards. For Bar charts it was already there.
Hello,
I m enjoy the library but i have some trouble handling the focused label component, as you can see in the image above, the reference line are above it
Adding zIndex in referenceLine1Config does not seems to do anything
Adding position 'absolute' and zIndex on the focused label component, does not do anything either
You can also see that the reference line are above the traced blue line
Any idea what is wrong on my side ?
Here is the entire code for the component
The text was updated successfully, but these errors were encountered: