浏览代码

fix tooltips not appearing under mouse easily

Thomas Buck 4 年前
父节点
当前提交
329500a44b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      index.html

+ 1
- 1
index.html 查看文件

@@ -118,7 +118,7 @@
118 118
                         tooltips: {
119 119
                             mode: 'nearest',
120 120
                             intersect: false,
121
-                            axis: 'x'
121
+                            axis: 'xy'
122 122
                         }
123 123
                     }
124 124
                 });

正在加载...
取消
保存