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: { computed: {
chartOptions() { chartOptions() {
return { return {
plugins: this.hideLabels plugins: {
? {
legend: { legend: {
display: false display: !this.hideLabels
} }
} },
: undefined,
responsive: true, responsive: true,
maintainAspectRatio: false, maintainAspectRatio: false,