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 want to show threshold areas (e.g. green, yellow red) in y axis.
When trying annotations, I figured out that they will be shown on top of the chart content (in my case a line chart).
This seems to be caused by the avg behaviour that elements first in SVG will be rendered first. Later elements on top of it.
Is there a way to achieve that?
There was a position: "back" mentioned, but this feature seems to be outdated and does no longer exist.
From my point of view this is not an edge case I am looking at.
Or is there a different feature than annotations to create colored areas based on Y-values?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to show threshold areas (e.g. green, yellow red) in y axis.
When trying annotations, I figured out that they will be shown on top of the chart content (in my case a line chart).
This seems to be caused by the avg behaviour that elements first in SVG will be rendered first. Later elements on top of it.
Is there a way to achieve that?
There was a
position: "back"
mentioned, but this feature seems to be outdated and does no longer exist.From my point of view this is not an edge case I am looking at.
Or is there a different feature than annotations to create colored areas based on Y-values?
Thanks a lot for your support.
Kind regards,
CDaxi
Beta Was this translation helpful? Give feedback.
All reactions