mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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: {
|
options: {
|
||||||
scales: {
|
scales: {
|
||||||
x: {
|
x: {
|
||||||
|
stacked: true,
|
||||||
type: 'category',
|
type: 'category',
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue