I have a dashboard with charts and graphs drawn with D3 (SVG), and i'm having an issue with styling @media print
.
CSS work fine but charts do not scale and do not fit on page. Any suggestions?
I also used chrome's media overrider for testing. Issue is persistent, and with overrode media i have to refresh the page for charts to redraw and fit into their places.
I was thinking to catch onPrint event (e.g. onBeforePrint) and force charts to redraw before printing. Is it possible?