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
The stick line is seen within the candle, because it isn't being filled. There should be a way to configure only the border of the candle and still have the body solid.
One way to fix this would be to have stick border color / body color properties, so we could set a solid body color independently of the border color.
The text was updated successfully, but these errors were encountered:
By the way, this could be fixed with a custom renderer as well, but the private properties on CandleStickChartRenderer makes a bit hard to extend it -- maybe making this renderer a bit easier to be extended is also a good idea.
See the picture below:
The stick line is seen within the candle, because it isn't being filled. There should be a way to configure only the border of the candle and still have the body solid.
One way to fix this would be to have stick border color / body color properties, so we could set a solid body color independently of the border color.
The text was updated successfully, but these errors were encountered: