gpt4 book ai didi

html5-canvas - Canvas 静态高度 Chartjs

转载 作者:行者123 更新时间:2023-12-03 21:06:15 24 4
gpt4 key购买 nike

我正在使用 chart.js 2.3.0 绘制图形。我想做 图形的高度静态(固定,例如 200 像素)还要设置宽度 100% .我见过的一种解决方案是:
responsive: false
在图表选项中。
但是这样做之后,宽度也减少了 .
有没有最好的方法来做到这一点?

static height and 100% width.

最佳答案

options: {
responsive: true,
maintainAspectRatio: false
}

它与这些选项完美配合。

关于html5-canvas - Canvas 静态高度 Chartjs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40263891/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com