Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed Updated App and Graph Components for Data Streaming and Visualization #286

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tunirwabhitkar
Copy link

  • Implemented continuous data fetching in the App component by adding a setInterval call in the getDataFromServer() function. Data is now requested every second and appended to the existing state.

  • Modified the Graph component to update Perspective viewer configurations and avoid duplicate entries. Fixed attribute settings for the Perspective viewer to correctly visualize the data.

  • Updated DataStreamer to handle XMLHttpRequest and fetch data from the specified API URL.

  • Added proper cleanup for the data fetching interval to prevent memory leaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant