Question about using this plugin with react
See original GitHub issueI am trying to build a prototype with react using this plugin. I return the Line chart as below
<Line ref="chart" data={data} />
data as below:
I do see the chart being rendered, but there is no real-time data, it seems static.
I see the varying values in onRefresh function(Using console logs)
I can see I am missing or over-doing something, but unable to figure out what that would be. Any help is highly appreciated, thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Integrating with Other Libraries - React
This guide will examine some of the more common use cases, focusing on integration with jQuery and Backbone, but the same ideas can...
Read more >Building a Quiz with React and WordPress REST API
For a Quiz to function properly, we need to have questions and answers. In the previous tutorial, we create the main React Component...
Read more >Error when deploying react app and it keeps sayings ...
Error when deploying react app and it keeps sayings << Plugin "react" was conflicted between "package.json » eslint-config-react-app » >> · Ask Question....
Read more >ERROR in Plugin "react" was conflicted between "package ...
Ran into this problem today and it turned out that the esLintConfig setting I had for extends: [react-app] was conflicting with the settings...
Read more >21 Essential React.js Interview Questions and Answers | Toptal®
If a performance issue such as slow rendering is seen within a React app, the first step is to use the Profiler tool...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should wait for the developers to respond.
That’s right, I guess seeing multiple documents at the same time kind of put me off the chart. That helped. Thanks a lot. This issue can be closed.