]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove index override, (#9469)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Tue, 27 Jul 2021 11:59:39 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 11:59:39 +0000 (07:59 -0400)
Make barchart more inline with v2 behaviour and other charts

src/controllers/controller.bar.js

index 49b7b5e25ba6e040e5aa3a47ee676db0e2a6f1b2..e97f174f4a8923177c53787f1609a85509452b2c 100644 (file)
@@ -634,10 +634,6 @@ BarController.defaults = {
  * @type {any}
  */
 BarController.overrides = {
-  interaction: {
-    mode: 'index'
-  },
-
   scales: {
     _index_: {
       type: 'category',