gpt4 book ai didi

hover - jqplot 格式工具提示值

转载 作者:行者123 更新时间:2023-12-04 02:56:38 26 4
gpt4 key购买 nike

我想在 jqplot 中有一个工具提示悬停突出显示的东西。问题是我希望它在轴上提供更多细节。所以格式化程序应该不同。我无法让它显示秒数:

有一个 JS fiddle here !

我希望时间戳显示为小时:分钟:秒,这将是格式字符串 '%H:%M:%S' 或 '%T' 或 '%X'。但是我该怎么做呢?

    highlighter: {
show: true,
sizeAdjust: 3,
//useAxesFormatters: false,
//tooltipFormatString: '%H:%M:%S',
formatString: '<table class="jqplot-highlighter"><tr><td>tijd:</td><td>%s</td></tr><tr><td>snelheid:</td><td>%s</td></tr></table>',
},

最佳答案

这个问题很旧,但我一直在寻找相同的问题,并且有一个选项(即使在此处使用的版本中)来做到这一点:

http://jsfiddle.net/coma/DWFTb/151/

highlighter: {
show: true,
sizeAdjust: 3,
tooltipContentEditor: function(str, seriesIndex, pointIndex, jqPlot) {

return series[seriesIndex][pointIndex][0];

}
}...

我希望这对其他人有帮助。

关于hover - jqplot 格式工具提示值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10586868/

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