]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix tick range options in tests (#6748)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 15 Nov 2019 18:14:01 +0000 (20:14 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 15 Nov 2019 18:14:01 +0000 (13:14 -0500)
test/fixtures/controller.bar/floatBar/data-as-objects-horizontal.js
test/fixtures/controller.bar/floatBar/data-as-objects.js

index 14dbb58d7e632c0d758264240c94ce8711e34970..bb9f4c52758714065057b6fb57575265fd2418f7 100644 (file)
@@ -18,7 +18,7 @@ module.exports = {
                        legend: false,
                        title: false,
                        scales: {
-                               xAxes: [{display: false, ticks: {min: 0}}],
+                               xAxes: [{display: false, min: 0}],
                                yAxes: [{display: false, stacked: true}]
                        }
                }
index 08ab0a9621e6c62e18e5802ebdcd3a8467e3c36e..ee3d43915351559bc14473007728be1f6706941f 100644 (file)
@@ -19,7 +19,7 @@ module.exports = {
                        title: false,
                        scales: {
                                xAxes: [{display: false, stacked: true}],
-                               yAxes: [{display: false, ticks: {min: 0}}]
+                               yAxes: [{display: false, min: 0}]
                        }
                }
        },