gpt4 book ai didi

javascript - Plotly.js 设置类型 :"date"的时区

转载 作者:行者123 更新时间:2023-12-03 07:23:52 25 4
gpt4 key购买 nike

我正在制作一个图表来显示一段时间内的状态。所有数据均为unix 格式。我使用 javascript (new Date(data)).toUTCString 在标题中显示数据。这与图表中使用的数据相同,但图表提前 1 小时运行。 Image

这是我的布局配置:

layout = {
"showlegend": true,
"title": new Date(min).toUTCString() + " to " + new Date(max).toUTCString(),
"xaxis": {
"autorange": true,
"range": [
min,
max
],
"title": "Time",
"type": "date" //if I change this to scatter, I get the unix values
}

}
Plotly.newPlot('graphMain', temp, layout); //temp contains the arrays

我目前居住在奥地利 (UTC+01:00)。有人对此有什么想法吗?

最佳答案

阴谋doesn't currently support timezones .

您可能想要使用类似 moment.js timezone 的内容如果您需要将日期时间预先计算为本地时区或 UTC。或者,如果您愿意,也可以手动执行。

关于javascript - Plotly.js 设置类型 :"date"的时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36087658/

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