ankane / react-chartkick

Create beautiful JavaScript charts with one line of React
https://chartkick.com/react
MIT License
1.2k stars 58 forks source link

example of usage with chart.js #39

Closed charleskoehl closed 5 years ago

charleskoehl commented 5 years ago

It's not clear to me how to implement a chart.js chart such as Radar with react-chartkick.

Do I import ReactChartkick from 'react-chartkick' and Chart from 'chart.js' and use them together somehow?

ankane commented 5 years ago

Hey @charleskoehl, Chartkick doesn't support radar charts. You'll need to use Chart.js directly.