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

Fixed a Typo in Documentation #37

Closed asantaelly closed 2 years ago

asantaelly commented 2 years ago

Added a color prop when using Linegraph Component. The reason for updating the documentation is that I encountered an error when I was following it when developing using Expo Go. Error: [TypeError: undefined is not an object (evaluating 'color.startsWith')] Solution: I added a color prop to Linegraph Component but that was not mentioned in the documentation.

mrousavy commented 2 years ago

Thank you!