gpt4 book ai didi

javascript - 带有多轴和复选框的 jQuery Flot

转载 作者:行者123 更新时间:2023-11-28 04:20:42 24 4
gpt4 key购买 nike

需要帮助在 Flot 中设置多个 y 轴的选项。这是当前图表:enter image description here

我想将这些属性应用到 y 轴:

$.plot("#placeholder", data, {
xaxis: {
tickDecimals: 0
},
yaxis: [{
position: "left",
min: 0,
tickFormatter: function (val, axis) {
return val + "v";
},
},{
min: 0,
position: "right",
tickFormatter: function (val, axis) {
return val + "M";
},
}]
});

但我不明白为什么我的代码在这里不起作用:Fiddle here

最佳答案

多轴的选项是yaxes,而不是yaxis。请参阅此更新 fiddledocumentation .

enter image description here

关于javascript - 带有多轴和复选框的 jQuery Flot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45466496/

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