소스 검색

fix: correct padding on chart

Jose Diaz-Gonzalez 2 년 전
부모
커밋
84f2e686e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/main/home/app-dashboard/expanded-app/metrics/StackedAreaChart.tsx

+ 1 - 1
dashboard/src/main/home/app-dashboard/expanded-app/metrics/StackedAreaChart.tsx

@@ -117,7 +117,7 @@ const StackedAreaChart: React.FunctionComponent<StackedAreaChartProps> = ({
                     yScale={yScaleConfig}
                     height={height}
                     width={width}
-                    margin={{ top: 50, right: 0, bottom: 50, left: 50 }}
+                    margin={{ top: 0, right: 0, bottom: 20, left: 50 }}
 
                 >
                     <GridRows