Browse Source

not display legend of bar-chart

pull/1495/head
youichiro 3 years ago
parent
commit
9e5e87048d
1 changed files with 4 additions and 1 deletions
  1. 5
      frontend/components/statistics/ChartBar.vue

5
frontend/components/statistics/ChartBar.vue

@ -31,7 +31,10 @@ export default {
}
]
},
maintainAspectRatio: false
maintainAspectRatio: false,
legend: {
display: false
}
}
}
},

Loading…
Cancel
Save