Browse Source

fix tooltips not appearing under mouse easily

Thomas Buck 4 years ago
parent
commit
329500a44b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      index.html

+ 1
- 1
index.html View File

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

Loading…
Cancel
Save