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