From d182070ada8816bf9dd260e283b1241406ca0f2d Mon Sep 17 00:00:00 2001 From: Juan Mora Date: Tue, 4 Aug 2020 12:10:51 -0400 Subject: [PATCH] fix of legend --- src/Section/CompGraficoBarra.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Section/CompGraficoBarra.jsx b/src/Section/CompGraficoBarra.jsx index 9611341..0273ed5 100644 --- a/src/Section/CompGraficoBarra.jsx +++ b/src/Section/CompGraficoBarra.jsx @@ -30,7 +30,7 @@ const CompGraficoBarra = ({ data }) => { tickRotation: 0, legend: 'Salario en USD ', legendPosition: 'middle', - legendOffset: -40 + legendOffset: -50 }} labelSkipWidth={12} labelSkipHeight={12}