YanVictor1027
YanVictor1027
### Description I am plotting roughly 30000-50000 points with 5-10 seconds between each point, when the first point is between 23:00 and 00:00, I found that the x axis will...
Please Update the following code in SegmentedArc.js `Animated.timing(arcAnimatedValue, { toValue: lastFilledSegment.filled, duration: animationDuration, delay: animationDelay, useNativeDriver: false, easing: Easing.out(Easing.ease) }).start(); const listenerId = arcAnimatedValue.addListener(e => { if (e.value === lastFilledSegment.filled)...