This commit is contained in:
MuslemRahimi 2024-08-01 19:31:38 +02:00
parent 3a97d02fd7
commit 3b8bc76efc

View File

@ -92,7 +92,8 @@ const optionsGraph = {
position: 'inside', position: 'inside',
formatter: function(params) { formatter: function(params) {
return abbreviateNumber(params?.value,true); return abbreviateNumber(params?.value,true);
} },
fontWeight: 600
}, },
type: 'bar', type: 'bar',
showBackground: true, showBackground: true,