0

我在使用 AnyGantt 库时遇到问题。我设置了以下事件监听器:

  chart.listen(anychart.enums.EventType.ROW_CLICK, function(event) {
                var programID = event['item'].get('id');
                $state.go(..);
            });

它确实有效 - 它将我重定向到我想要的网页。但是,有一个问题确实困扰着我 - 有一个工具提示,尚未删除 - 它被添加到我的 html 样式的底部,我找不到摆脱它的方法。任何帮助都非常感谢!

4

2 回答 2

0

对于您遇到的问题,我们深表歉意,请通过support@anychart.com与我们联系,并提供问题的详细描述,以便我们为您提供帮助。我们很乐意为您提供帮助!

于 2016-02-28T21:54:15.640 回答
0

在最新版本的 anychart 中,您可以执行 tooltip().hide(); https://api.anychart.com/latest/anychart.core.ui.Tooltip#hide

于 2016-07-29T11:08:32.973 回答