Closed charleskoehl closed 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?
Hey @charleskoehl, Chartkick doesn't support radar charts. You'll need to use Chart.js directly.
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?