displaying a bar chart in each table row
This commit is contained in:
@@ -16,7 +16,6 @@ class BatchcodeByCountryBarChartView2 {
|
||||
this.#canvas,
|
||||
{
|
||||
type: 'bar',
|
||||
plugins: [ChartDataLabels],
|
||||
data: this.#getData(barChartDescription),
|
||||
options: this.#getOptions()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user