gpt4 book ai didi

javascript - 响应式 JustGage JAUGE

转载 作者:行者123 更新时间:2023-11-29 18:22:18 25 4
gpt4 key购买 nike

有谁知道如何让 JustGage 对象响应?请检查下面的链接,我用 raphael 解决了这个问题,但不能用 JustGage 做同样的事情:

window.onload = function () {
var g1 = new JustGage({
id: "g1",
value: getRandomInt(0, 4000),
min: 0,
max: 4000,
title: "Well over thousand",
label: ""
});
}

http://jsfiddle.net/ugFmE/

最佳答案

只需将 relativeGaugeSize: true 添加到您的代码中

不需要固定高度

#g1 {
/* width: 400px; */
/* height:300px; */
}

脚本

var g1 = new JustGage({
id: "g1",
value: getRandomInt(0, 4000),
min: 0,
max: 4000,
title: "Well over thousand",
label: "",
relativeGaugeSize: true
});

http://jsfiddle.net/ugFmE/10/

关于javascript - 响应式 JustGage JAUGE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17240465/

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