Settings and activity
1 result found
-
28 votes
Here’s a proposal for startPrint and endPrint event: http://jsfiddle.net/highcharts/k1o2w9ba/
An error occurred while saving the comment An error occurred while saving the comment Anonymous commentedIt is absolutely needed since there is some bugs after print dialog. For example, set width as 100% and click print, then you will se chart width is scaled to minimum after cancel / print. If there is an event like onFinishPrint or onCancelPrint, you can call setSize function to fix it. Now the peoples are dealing with problem by using dinosaur functions like setInterval etc.
Anonymous supported this idea ·
It seems the sample you sent is about local export, I tried before but not success. People must not deal with custom solutions for a very simple thing like width-100%. I don't understand what are we discussing.