fix: Stack x-axis for full width bars

This commit is contained in:
Paul Gauthier (aider) 2024-12-26 19:55:33 -04:00
parent ed5b07374d
commit 7293263773

View file

@ -45,6 +45,7 @@ document.addEventListener('DOMContentLoaded', function () {
options: {
scales: {
x: {
stacked: true,
type: 'category',
title: {
display: true,