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);
|
const sortedData = combinedData.map(item => item.data);
|
||||||
|
|
||||||
new Chart(ctx, {
|
new Chart(ctx, {
|
||||||
type: 'line',
|
type: 'bar',
|
||||||
data: {
|
data: {
|
||||||
labels: sortedLabels,
|
labels: sortedLabels,
|
||||||
datasets: [{
|
datasets: [{
|
||||||
|
Loading…
Reference in New Issue
Block a user