This commit is contained in:
KONE SOREL 2026-01-17 10:43:47 +00:00
parent f4a8d9109b
commit 94ba68a427

View File

@ -584,7 +584,7 @@
borderWidth: 2, borderWidth: 2,
borderDash: [6, 6], borderDash: [6, 6],
label: { label: {
content: `Plafond: ${formatMoney(plafond)}`, content: <?= _('Plafond').':' . formatMoney($plafond); ?>,
enabled: true, enabled: true,
position: 'right' position: 'right'
} }
@ -617,7 +617,7 @@
beginAtZero: true, beginAtZero: true,
title: { title: {
display: true, display: true,
text: `Montant des dépenses`, text: '<?= _("Montant des dépenses") ?>',
font: { font: {
weight: 'bold' weight: 'bold'
} }