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
Can add a new candle type to show up or down color of candle bar based on previous close and current close. Currently up or down color depends on current close > current open or current close < current open
To Do
CandleBarView add logic to check up or down color based on previous close >current close or previous close < current close.
The text was updated successfully, but these errors were encountered:
Definitely, this is a must. I'm just beginning to use klinecharts so I don't know how to do it but I will try to implement it and if I'm able to, I will do a PR.
Feature Description
Can add a new candle type to show up or down color of candle bar based on previous close and current close. Currently up or down color depends on current close > current open or current close < current open
To Do
CandleBarView add logic to check up or down color based on previous close >current close or previous close < current close.
The text was updated successfully, but these errors were encountered: