Smaller font size

This commit is contained in:
Luiz Filipe 2022-08-16 02:55:16 -03:00
parent 0427e572a6
commit d6367c6493

View File

@ -86,7 +86,7 @@ export function GrossAnualChart({ title, subtitle, dataProps, label, dataset, ba
align: "start",
font: {
weight: 'bold',
size: !miniature? window.innerWidth/80 : window.innerWidth/105,
size: !miniature? window.innerWidth/80 : window.innerWidth/120,
},
color: (value) => {
return value.dataset.label==='Consolidada'? '#fff' : '#255488'