Giter VIP home page Giter VIP logo

Comments (12)

Obooman avatar Obooman commented on May 31, 2024 1

This library designed for display prepared data, so real-time data rendering may not be the target.
But for react-native-ART, it's absolutely possible, You can check this as a reference and try it by hand, or I can write a library for such needs(be called real-time graph or something), if you prefer the second choice it can be available around next week.

from react-native-animate-chart.

bitabs avatar bitabs commented on May 31, 2024 1

Mate, would you be able to give it ago and hope to make it ready for next week? I pretty much think having a separate repo just for real-time would be a bit hit, and would help the community greatly. Really appreciate it. @Obooman

from react-native-animate-chart.

Yaweii avatar Yaweii commented on May 31, 2024

Good job! I am having the same issue displaying the real-time data for line chart. @Obooman do you have some ideas how to animate the line graph with real time data? Much appreciated!

@NaseebullahSafi hey did you get any chance figuring out how to animate real-time data and render the line chart?

from react-native-animate-chart.

michaelczw avatar michaelczw commented on May 31, 2024

@NaseebullahSafi Hey, I'm working on a similar react-native project to render a real-time ECG chart while streaming data from a device.

I've come to realise that it's only doable using native modules to render the data to screen, especially with a sampling at a 50Hz frequency, avoiding the single JS thread that react-native depends on. Attempting to read the data from react-native will jam up the JS thread and freeze the app.

from react-native-animate-chart.

bitabs avatar bitabs commented on May 31, 2024

@Yaweii @michaelczw I'm afraid with the current support for graphs, it is not possible to produce real-time ECG chart. I spent considerably long time trying to fix this, but it seems its just not possible. One "hack" way was to use highchartsjs and render the line chart every 10 seconds. (note: 10 seconds interval will create smooth ECG animation).

If you want a complete log, I'll go in more details.

from react-native-animate-chart.

yanb2016 avatar yanb2016 commented on May 31, 2024

@NaseebullahSafi @Yaweii Do you guys get the ECG data from Apple Healthkit, or somewhere else? I am currently working on a project, trying to animate ECG data, but seems I can't get data from Healthkit like getting Steps and others. Any thoughts?

from react-native-animate-chart.

rizwanuu avatar rizwanuu commented on May 31, 2024

hi, i am also working on this ECG animation and graph. is there any package for this? anyone can help?

from react-native-animate-chart.

bitabs avatar bitabs commented on May 31, 2024

As for me, I had the data coming through from my Arduino.

from react-native-animate-chart.

rizwanuu avatar rizwanuu commented on May 31, 2024

@TheCapedBaldi can you tell me.
are you working in react native? And your chart is animating?

from react-native-animate-chart.

rizwanuu avatar rizwanuu commented on May 31, 2024

I want to implement an ECG chart in react-native.

from react-native-animate-chart.

rizwanuu avatar rizwanuu commented on May 31, 2024

is here anyone who implement an ECG chart in react-native?

from react-native-animate-chart.

charanteja0017 avatar charanteja0017 commented on May 31, 2024

hope this helps

link : https://codepen.io/alexmwalker/pen/jjOmMV

from react-native-animate-chart.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.