Enhance GrossAnualChart component: adjust layout padding for improved chart appearance
This commit is contained in:
parent
519a0f692a
commit
adfb0bddd0
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user