gpt4 book ai didi

jquery - highmap 数据点点击事件在移动设备(触摸屏)上缩放后中断

转载 作者:行者123 更新时间:2023-12-01 08:39:34 26 4
gpt4 key购买 nike

在移动设备(触摸屏)上缩放后,Highmap 数据点单击事件中断有什么建议吗? enter image description here

最佳答案

tooltip.pointFormatter 与 useHTML 结合使用仍然期望一个字符串作为返回值,因此应该主要用于 CSS/HTML 格式化。我建议使用您自己的 HTML 工具提示来实现更高级的内容,例如按钮:

 Highcharts.wrap(Highcharts.Point.prototype, 'select', function (proceed) {
proceed.apply(this, Array.prototype.slice.call(arguments, 1));
var points = mapChart.getSelectedPoints();
$('tooltip-button-close').click(function () {
points[0].select(false);
}
});

演示:https://www.highcharts.com/maps/demo/rich-info

关于jquery - highmap 数据点点击事件在移动设备(触摸屏)上缩放后中断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49270895/

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