rainbow-me / react-native-animated-charts

Set of components and helpers for building complex and beautifully animated charts
MIT License
924 stars 111 forks source link

Chart Line is not showing up #81

Closed BranislavBrnjos closed 2 years ago

BranislavBrnjos commented 2 years ago

Hello!

I am getting external Chart Ticks Data from an API, i am formating them to [{x: timestamp, y: value},....]. But the Chart Line does not display.

Screen Shot 2022-06-08 at 9 38 47 AM Screen Shot 2022-06-08 at 9 38 39 AM

Screen Shot 2022-06-08 at 9 40 28 AM

Screen Shot 2022-06-08 at 9 39 24 AM

BranislavBrnjos commented 2 years ago

Solved, I was putting chartData and not data as the key for monotoneCubicInterpolation.