Steve Willard
Steve Willard
Yikes - thanks for the feedback. I'll take a look shortly.
I was able to reproduce the issue, and the fix for not properly closing the app has been released as part of `0.0.160`. I'll continue to investigate why memory usage...
I tried setting global.responsive = true, but that doesn't seem to change anything. I like the idea of providing data through props -- I assume that'll require a pull request?
Hmm ok, I think I misunderstood what you were originally saying. I tried passing in some props to this component, and then passing down these props to my react-chartjs component,...
Ugh I still can't seem to get this to work. I think this must be a bug with react-chartjs. I'll try to do something similar to your home made chartjs...
Any news on a 2.0 release? I have been using the branch for awhile now, and it seems pretty stable.
@RezaRahmati It got merged into the v2 branch here: https://github.com/jhudson8/react-chartjs/tree/chartjs-v2 You should be able to `npm install jhudson8/react-chartjs#chartjs-v2`
Unfortunately, no. Ended up going with our own hook.
Thanks -- appreciate the code share 🙏