From d6367c6493393ccdfeea707e124d22508520ead4 Mon Sep 17 00:00:00 2001 From: Luiz Filipe Date: Tue, 16 Aug 2022 02:55:16 -0300 Subject: [PATCH] Smaller font size --- src/components/graph/grossAnualChart/GrossAnualChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/graph/grossAnualChart/GrossAnualChart.tsx b/src/components/graph/grossAnualChart/GrossAnualChart.tsx index b248f2b..b6966eb 100644 --- a/src/components/graph/grossAnualChart/GrossAnualChart.tsx +++ b/src/components/graph/grossAnualChart/GrossAnualChart.tsx @@ -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'