-
I'm trying to create a range bar, like a waterfall chart where positive values have one color, negative one color, and the total range a third color.
Looking at the documentation, I can only find a way to set the color within a range, though, and it seems like "rangeBar" doesn't have support for a function to set the color.
Can we set a color scheme like this with rangeBar and ApexCharts? |
Beta Was this translation helpful? Give feedback.
Answered by
westn
Apr 20, 2023
Replies: 1 comment
-
I found a solution for this, by using fillColor
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
westn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a solution for this, by using fillColor
like