reactjscharts

is there combination char which is of Bar , line in reactJS


I need to implement combination chart . enter image description here

As the reference image , is it possible to achieve it in React JS ? could anyone help me with reference link ?


Solution

  • You can use the React porting of chart.js and read this documentation:

    https://www.chartjs.org/docs/latest/charts/mixed.html?h=mixed

    The chart.js react package you can use is this:

    https://github.com/reactchartjs/react-chartjs-2