我在页面上打印图表时遇到问题。
我的网站上有图表我想要的是允许用户在webbrowser中打印。我已经使用css折叠了非nessesary文本。
网站图表在X轴上转到22:00。
我发现的全部是
@page {
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 25mm 25mm 25mm 25mm;
}
它没有解决问题
编辑: 我正在使用hightcharts.js
也用过
@page {
overflow: visible
}
它显示整个图表,但它没有边界