mycurelabs / vue-html-to-paper

Vue mixin for paper printing html elements.
MIT License
298 stars 101 forks source link

How to print vue-chartjs? #44

Closed bluesky93128 closed 4 years ago

bluesky93128 commented 4 years ago

I have some charts on my page and want to print it. How can I do it?

jofftiquez commented 4 years ago

Hello @bluesky93128 can you show me what you have tried so far?

bluesky93128 commented 4 years ago

Hello, @jofftiquez Thanks for your comment. I've converted the chart as image by using getDataUrl() function. and show it in an img tag. Is there any way to print vue-chart directly?

jofftiquez commented 4 years ago

I am not sure if that's achievable, to directly print the chart from vue-chart. But what your're currently doing is fine. Just print the image. That way you don't have to load the vue-chart in the print window.

jofftiquez commented 4 years ago

Is there any updates on this? Closing for now.