Charts: bar instead of line
This commit is contained in:
parent
57196d9189
commit
9978cd13ae
@ -196,7 +196,7 @@
|
||||
const sortedData = combinedData.map(item => item.data);
|
||||
|
||||
new Chart(ctx, {
|
||||
type: 'line',
|
||||
type: 'bar',
|
||||
data: {
|
||||
labels: sortedLabels,
|
||||
datasets: [{
|
||||
|
Loading…
Reference in New Issue
Block a user