react-native-graph icon indicating copy to clipboard operation
react-native-graph copied to clipboard

Animated chart doesn't show if first date isn't UTF 0

Open dynamichny opened this issue 2 years ago • 1 comments

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

dynamichny avatar Oct 17 '22 08:10 dynamichny

You can use this https://github.com/imdipprokash/React-Native-Gifted-Charts-Example

imdipprokash avatar Oct 18 '22 11:10 imdipprokash