Highcharts工具提示使用boost.js时移动缓慢

Highcharts工具提示使用boost.js时移动缓慢,highcharts,Highcharts,我使用了Highcharts boost.js。然后,带有多系列工具提示的折线图正在缓慢移动 这是我的工具提示对象 tooltip: { shared:GraphDataObj.YAxisData.length > 1, borderWidth: 0, borderRadius: 0, fillOpacity: 1, sh

我使用了Highcharts boost.js。然后,带有多系列工具提示的折线图正在缓慢移动

这是我的工具提示对象

     tooltip: {
                shared:GraphDataObj.YAxisData.length > 1,
                borderWidth: 0,
                borderRadius: 0,
                fillOpacity: 1,
                shadow: false,
                useHTML: true,
                backgroundColor: 'rgba(247, 247, 247, 0)',
                formatter: function () {
                    var points = this.points;
                    var tooltipMarkup = "";
}}

嗨@Akhil kotha,我已经测试了您的工具提示选项,它似乎工作正常:您能调整示例以显示问题吗?我使用了boost.js,因为我有多个点,我有8个轴,我无法用Fiddle重现该问题。请以a格式提供代码,以便我们能更准确地看到问题。@Akhil kotha-在不重现问题的情况下,我们我们无法帮助你。