-
Hi all, first, thanks for the great library! The charts really look good. I'm having an issue printing the charts within a div, specifically in Chrome. When I click print preview in chrome, the chart is blank, unless I click it a 2nd time. It has been well documented to use toBase64Image(), so I've gone that route. However, when I do that, I get 2 charts on the page. This is only an issue in Chrome. Please see this jsfiddle: What I'd like is to print/show 1 chart, with the 2 lines of text. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
idk exactly where this weird behaviour is comming from, feeling is that it is some kind of race condition because if I print the value of |
Beta Was this translation helpful? Give feedback.
-
I think I got it - if anyone else is having the same issue, the solution for chrome is:
https://jsfiddle.net/0hkyj5bx/ Thanks @LeeLenaleee for your help. |
Beta Was this translation helpful? Give feedback.
I think I got it - if anyone else is having the same issue, the solution for chrome is:
https://jsfiddle.net/0hkyj5bx/
Thanks @LeeLenaleee for your help.