you mean you want to use the non-react version with react? The reason for a react specific version is probably because the normal version may fight with react over DOM manipulation.
Yeah, I was thinking about using the non-React version with React only because the react-chartjs package is outdated and doesn’t have support for ChartJS 2.0 (latest version).
I see. I’m going to have the same problem then. We’re using ChartJS in a blaze project, but we’re building a new React app and it will need charts too. I’ll probably just look around for some React chart components. haven’t researched it yet, but there must be come charting components already made for react out there!
Highcharts works perfectly and smooth with React. I don’t know why ChartJS is giving me so much trouble. I’m too lazy to look at the issue at the moment.