Get chart image but without rendering chart
I’m using react-chartjs-2 but I need to get chart only as image, without rendering it.
I can’t render it because I need to print the image inside a PDF document (react-pdf); if I put the chart component inside Document component (from react-pdf) I receive errors.
Get chart image but without rendering chart
I’m using react-chartjs-2 but I need to get chart only as image, without rendering it.
I can’t render it because I need to print the image inside a PDF document (react-pdf); if I put the chart component inside Document component (from react-pdf) I receive errors.
ChartJS Pie chart with react-chartjs-2 Legend align to the right error
I’am trying to create a Pie chart in react using react-chartjs-2 and chartjs.
ChartJS Barchart/Piechart not showing labels [closed]
Closed yesterday.
Chartjs line chart with tension not filling whole area?
I am using Chartjs(4.4.3) and react-chartjs-2(5.2.0) to show line chart in ui
I am having issue with area fill in line chart,
It is not filling completely for certain width
It happens only on latest chrome browser in mac
it works when i remove tension
Can you please tell me what needs to be change in order to make it work,
Heres sandbox link- Line Chart
Some issues with Chart.js and React-chartjs-2 integration in React.js
How are you?