gpt4 book ai didi

chart.js - 在 chart.js 的工具提示中更改日期格式

转载 作者:行者123 更新时间:2023-12-05 02:55:06 25 4
gpt4 key购买 nike

我正在使用 chart.js 生成图表。一切正常!

enter image description here

但是如何格式化工具提示信息呢?应该是:28.04.2020 - 05:00

最佳答案

你需要定义time.tooltipFormat为您的 xAxis

See Moment.js for the allowed format tokens.

options: {
...
scales: {
xAxes: [{
type: 'time',
time: {
unit: 'hour',
tooltipFormat: 'DD.MM.YYYY - HH:mm'
}
...
}]
}
...
}

关于chart.js - 在 chart.js 的工具提示中更改日期格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61474243/

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