margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia

Home Page:https://margelo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dynamichny opened this issue · 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.

Screen.Recording.2022-10-17.at.10.23.31.mov