Do not show legend in stacked scatter test (#7470)

This commit is contained in:
Evert Timberg
2020-06-08 07:26:06 -04:00
parent 4cfa465a2b
commit 2aef4274d3
2 changed files with 3 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ module.exports = {
}],
},
options: {
legend: {
display: false,
},
scales: {
x: {
display: false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB