gpt4 book ai didi

jquery - FlotChart 0.8.2 时间模式需要 flot.time 插件

转载 作者:行者123 更新时间:2023-12-01 03:40:02 24 4
gpt4 key购买 nike

我正在使用 fllotchart 制作自定义折线图(在 ajax 中调用),但我可能做错了什么,因为他不会显示,并且我收到错误:

Uncaught Error: Time mode requires the flot.time plugin.

但是包含了 jquery.flot.time.js,所以我不明白为什么会出现此错误。

我找到了这个链接:https://github.com/flot/flot/issues/1016这解释了为什么 flot 会抛出这个错误,但我不明白一切......

有人可以更轻松地向我解释或只是检查我的代码中有什么问题吗?

$(function() {
var data = [
{
label: "A0-P1-M1 10cm",
data:
[
[1388538000000, 29.8848],
[ // .. some data]
]
}
];
var options = {
legend: {
noColumns: 1
},
xaxis: {
mode: "time",
timeformat: "%d/%m %H:%M",
tickLength: 10
},
yaxis: {
show: false
}
};
var plot = $.plot("#placeholder13", data, options);
});

感谢您的时间和帮助。对不起我的英语。

最佳答案

正如错误所示,您没有包含时间插件。确保您的包含路径正确,并且在包含 Flot 本身之后包含该插件。

由于问题出在您的包含内容上,因此我们需要查看您的 HTML 以便更具体。

关于jquery - FlotChart 0.8.2 时间模式需要 flot.time 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23216703/

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