displaying a bar chart in each table row

This commit is contained in:
frankknoll
2023-06-08 19:04:59 +02:00
parent 36df7a6f84
commit 37c32361ca
11 changed files with 46 additions and 69 deletions

View File

@@ -16,7 +16,6 @@ class BatchcodeByCountryBarChartView2 {
this.#canvas,
{
type: 'bar',
plugins: [ChartDataLabels],
data: this.#getData(barChartDescription),
options: this.#getOptions()
});