From: Evert Timberg Date: Mon, 8 Jun 2020 11:26:06 +0000 (-0400) Subject: Do not show legend in stacked scatter test (#7470) X-Git-Tag: v3.0.0-beta.2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdfea8503366d3ed3647259568a2b5b374c6622;p=thirdparty%2FChart.js.git Do not show legend in stacked scatter test (#7470) --- diff --git a/test/fixtures/controller.line/stacking/stacked-scatter.js b/test/fixtures/controller.line/stacking/stacked-scatter.js index 7fa6032dd..2047b5f55 100644 --- a/test/fixtures/controller.line/stacking/stacked-scatter.js +++ b/test/fixtures/controller.line/stacking/stacked-scatter.js @@ -46,6 +46,9 @@ module.exports = { }], }, options: { + legend: { + display: false, + }, scales: { x: { display: false, diff --git a/test/fixtures/controller.line/stacking/stacked-scatter.png b/test/fixtures/controller.line/stacking/stacked-scatter.png index cfe32c745..c7f8dd7f0 100644 Binary files a/test/fixtures/controller.line/stacking/stacked-scatter.png and b/test/fixtures/controller.line/stacking/stacked-scatter.png differ