Replies: 2 comments 4 replies
-
Maybe you could map all zero values to null. That may also remove the line entirely |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is this solution: plotly/plotly.js#6579 (comment) of any use? Not quite sure how to apply it in the context of this card. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to mention I've filed an issue in Plotly plotly/plotly.js#6579 The red area on the left has an orange outline (perfectly reasonable considering the stacked areas are rendered bottom-up) but a better solution would be to reverse the rendering order (top-down), so that outer areas are rendered first and lines can be overshadowed by any subsequently rendered areas/lines.
I do not expect this can be worked around inside Plotly Graph Card. One solution I tried was disabling outlines entirely but, while if solves the outline rendering order issues, I found the result less readable overall (outlines do help visually delineate stacked areas).
Beta Was this translation helpful? Give feedback.
All reactions