How to change color of an specific candle? #719
Answered
by
timocov
cleyversoncosta
asked this question in
General
-
How to change color of an specific candle?
the code below changes the whole series and I would like to change color of an specific candle candleSeries.applyOptions({ |
Beta Was this translation helpful? Give feedback.
Answered by
timocov
Mar 29, 2021
Replies: 1 comment 2 replies
-
It's impossible to do so. See #195. But even if and when #195 will be implemented, you have to call |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
timocov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's impossible to do so. See #195. But even if and when #195 will be implemented, you have to call
setData
to update a candle/bar color if that bar is not last one.