react-native-animated-charts icon indicating copy to clipboard operation
react-native-animated-charts copied to clipboard

Invalid data?

Open marcibk opened this issue 3 years ago • 2 comments

Why this data doesnt work?

[{"x": 0, "y": 678}, {"x": 21, "y": 779}, {"x": 37, "y": 888}, {"x": 64, "y": 989}, {"x": 93, "y": 1091}, {"x": 137, "y": 1203}, {"x": 155, "y": 1311}, {"x": 174, "y": 1433}, {"x": 196, "y": 1534}, {"x": 221, "y": 1641}, {"x": 242, "y": 1752}, {"x": 261, "y": 1857}]

later: interpolator({ elevationData, range: 80 });

It keeps returning empty arrays / errors.

marcibk avatar Jul 01 '21 14:07 marcibk

Maybe try interpolator({data: elevationData, range:80)}?

bigyankarki avatar Jul 07 '21 03:07 bigyankarki

@marcibk did you end up resolving this?

philglazer avatar Oct 06 '21 15:10 philglazer