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

Add `enableSmoothing` prop

Open chrispader opened this issue 1 year ago • 4 comments

Adds a enableSmoothing prop to <LineGraph /> and adds the necessary logic to create the Skia path (createGraphPath) and calculate the Y position for the gesture (getYForX)

chrispader avatar Apr 15 '24 16:04 chrispader

I see an issue trying to use this branch, "synchronously call non-worklet function 'linearInterpolation' " have you guys gotten similar issues?

techlabz avatar May 22 '24 21:05 techlabz

Adding 'worklet' inside linearInterpolation solves this issue

techlabz avatar May 22 '24 21:05 techlabz

Unfortunately this still doesn't solve, the multiple data points on same day and also if there is a break with the dates on data

techlabz avatar May 22 '24 21:05 techlabz