I want to include a Chart in the react pdf #1897
malyalayoganath
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to include a Chart in the react pdf. I am unable to do it.
I am using the libraries Chartjs , Tailwindcss, and React PDF. Can you please me?
I have converted the chart to images still not working, below is the sample code.
const chart = chartRef.current;
if (chart) {
const imageURL = chart.toBase64Image();
setImageUrl(imageURL);
}
Beta Was this translation helpful? Give feedback.
All reactions