enter code hereI am using react-chartjs-2 to implement chart modules. it is not responsive when we reisize screen
I am using Line component from react-chart-js-2
<Line options={options} data={data} height={80} />
enter code hereI am using react-chartjs-2 to implement chart modules. it is not responsive when we reisize screen
I am using Line component from react-chart-js-2
<Line options={options} data={data} height={80} />
you should provide more details such as the component you used, parent divs, things like that