TradingPal / react-native-highcharts

📈 Add Highcharts charts to react-native app for IOS and Android
https://github.com/TradingPal/react-native-highcharts
256 stars 158 forks source link

Update graph less than millisecond? #71

Closed bitabs closed 6 years ago

bitabs commented 6 years ago

I'm currently getting data really fast, less than milliseconds. Is it possible to get that smooth animation less than milliseconds?

There is currently a 1-second interval between each data point. But for retrieving ECG data, I don't need the interval. Is this possible?

Yaweii commented 6 years ago

@NaseebullahSafi hi I'm having a same issue. Currently I'm getting data really fast which is 30 milliseconds. And the performance is getting really back. Would you mind sharing your ideas?