gpt4 book ai didi

javascript - 将鼠标悬停在图表外的按钮上时显示饼图的工具提示

转载 作者:行者123 更新时间:2023-11-30 13:17:02 54 4
gpt4 key购买 nike

http://jsfiddle.net/39UXK/4/

在这个例子中,当我将鼠标悬停在相关按钮上时,我想看到饼图的工具提示。

有人可以帮我吗?

最佳答案

您需要找到有问题的点,选择它,然后刷新工具提示:

// find the point
var point = chart.series[0].points[i];

// select the point
point.select();

// refresh the tooltip
chart.tooltip.refresh(point);

关于javascript - 将鼠标悬停在图表外的按钮上时显示饼图的工具提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11671227/

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