mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Stack x-axis for full width bars
This commit is contained in:
parent
ed5b07374d
commit
7293263773
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
options: {
|
||||
scales: {
|
||||
x: {
|
||||
stacked: true,
|
||||
type: 'category',
|
||||
title: {
|
||||
display: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue