mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
refactor: Change chart type from stacked to grouped bars
This commit is contained in:
parent
d699f3025d
commit
c7e2255570
1 changed files with 2 additions and 2 deletions
|
@ -100,10 +100,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
x: {
|
x: {
|
||||||
stacked: true,
|
stacked: false,
|
||||||
},
|
},
|
||||||
y: {
|
y: {
|
||||||
stacked: true,
|
stacked: false,
|
||||||
beginAtZero: true,
|
beginAtZero: true,
|
||||||
max: 100,
|
max: 100,
|
||||||
title: {
|
title: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue