Hi,
is there an easy way to print a bar chart to PDF?
thx
dan
Hi,
is there an easy way to print a bar chart to PDF?
thx
dan
Hi,
there is not a ready solution. You may consider using html2canvas library to export a chart to an image and any server-side solution to generate pdf with this image.