html5 – Chart.js画布尺寸

前端之家收集整理的这篇文章主要介绍了html5 – Chart.js画布尺寸前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在( 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,
原文链接:https://www.f2er.com/html5/169996.html

猜你在找的HTML5相关文章