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

How to make the line thinner please? #82

Closed ziziele closed 1 year ago

ziziele commented 1 year ago

Screenshot 2023-06-30 141808

dowon938 commented 1 year ago

<LineGraph points={graphData} color="#f1b13cff" lineThickness={2} /> like this

ziziele commented 1 year ago

So awesome! Thank you!