Reactjs – 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…