This commit is contained in:
Douglas Barone 2022-12-12 08:44:06 -04:00
parent f577aacc34
commit 107d04c2c7

View File

@ -76,13 +76,12 @@ export default {
computed: {
chartOptions() {
return {
plugins: this.hideLabels
? {
legend: {
display: false
}
}
: undefined,
plugins: {
legend: {
display: !this.hideLabels
}
},
responsive: true,
maintainAspectRatio: false,