Enhance GrossAnualChart component: adjust layout padding for improved chart appearance

This commit is contained in:
Giuliano Paschoalino 2026-01-22 11:44:03 -03:00
parent 519a0f692a
commit adfb0bddd0

View File

@ -39,7 +39,10 @@ export function GrossAnualChart({ title, subtitle, dataProps = [], label, datase
// maintainAspectRatio: false, // maintainAspectRatio: false,
layout: { layout: {
padding: { padding: {
top: 0, top: 10,
bottom: 0,
left: 0,
right: 0,
} }
}, },
scales: { scales: {