react-native-graph
react-native-graph copied to clipboard
Animated chart doesn't show if first date isn't UTF 0
After updating a package, I noticed that it doesn't show, checked the example, and it did. But after I changed graph data generation method with date: new Date(index + 1)
instead of date: new Date(index)
, the example behave the same - don't show the graph.
https://user-images.githubusercontent.com/48184525/196126546-d59c9f62-5708-4236-b88a-ae6846bea0db.mov
You can use this https://github.com/imdipprokash/React-Native-Gifted-Charts-Example