mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +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: {
|
||||
x: {
|
||||
stacked: true,
|
||||
stacked: false,
|
||||
},
|
||||
y: {
|
||||
stacked: true,
|
||||
stacked: false,
|
||||
beginAtZero: true,
|
||||
max: 100,
|
||||
title: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue