]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Do not show legend in stacked scatter test (#7470)
authorEvert Timberg <evert.timberg+github@gmail.com>
Mon, 8 Jun 2020 11:26:06 +0000 (07:26 -0400)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 11:26:06 +0000 (07:26 -0400)
test/fixtures/controller.line/stacking/stacked-scatter.js
test/fixtures/controller.line/stacking/stacked-scatter.png

index 7fa6032dd99c77aad6e5ec34f0c0665321ff2e47..2047b5f5511512b2c01e7720a4101837a23e7253 100644 (file)
@@ -46,6 +46,9 @@ module.exports = {
                        }],
                },
                options: {
+                       legend: {
+                               display: false,
+                       },
                        scales: {
                                x: {
                                        display: false,
index cfe32c74545bc849c55b6aea099637a95ea18787..c7f8dd7f044f0709911b1b4d7c528d62eb104454 100644 (file)
Binary files a/test/fixtures/controller.line/stacking/stacked-scatter.png and b/test/fixtures/controller.line/stacking/stacked-scatter.png differ