wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.43k stars 657 forks source link

Padding on candlestick chart #766

Closed erfinbadrian closed 3 years ago

erfinbadrian commented 3 years ago

*Do read files under `lib/` before reporting issues, you can find all the config there, all of them are straightforward.**

Expected Behavior

I dont know how to adding padding on that area. been looking on documentation but not found any. Help me do this.

Screenshots

Steps to Reproduce the Problem

Specifications

nathanguigui commented 3 years ago

@erfinbadrian did you find a solution ? On android it can be achieved by adding candle with same close value. This solution does not work properly on iOS for me because it add a blue line for me

erfinbadrian commented 1 year ago

@nathanguigui am adding more x to chart to make some padding on right. Hope this helps.