fr
This commit is contained in:
parent
f4a8d9109b
commit
94ba68a427
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user