margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
https://margelo.io
MIT License
2.04k stars 115 forks source link

Fix: Add axis label padding conditionally #60

Closed chrispader closed 1 year ago

chrispader commented 1 year ago

Only add padding for Top- and BottomAxisLabel, if those are enabled.

chrispader commented 1 year ago

Also, turn controls section of the example project into a ScrollView, since we added a lot of controls recently, which could potentially be rendered outside the screen