Chartjs-How to extend chartjs line charts in ReactJS to show solid and dashed line together?

0👍

You can use react-chartjs-2 https://github.com/jerairrest/react-chartjs-2 , it implements chart.js for React and you can call it like any regular React component when the options and the datasets are just like in chart.js.

Leave a comment