在(
Android WebView HTML5 canvas error)我发布了一个问题,使用Graph.js库绘制图形。
我现在的问题是,如果我调用函数来绘制图多次,画布每次调整大小。每次将图形重绘到同一画布时,其大小也会更改。
我也试着设置画布的大小但没有成功。
我现在的问题是,如果我调用函数来绘制图多次,画布每次调整大小。每次将图形重绘到同一画布时,其大小也会更改。
我也试着设置画布的大小但没有成功。
可能是什么原因?为什么画布每次调整大小?
解决方法
我有很多问题,因为毕竟,我的线图形看起来可怕的鼠标悬停,我发现一个更简单的方法来做,希望它会有帮助:)
Chart.js默认选项:
// Boolean - whether or not the chart should be responsive and resize when the browser does. responsive: true,// Boolean - whether to maintain the starting aspect ratio or not when responsive,if set to false,will take up entire container maintainAspectRatio: false,