소스 검색

Removed dots on actual lines

Fela Maslen 5 년 전
부모
커밋
3411a3326c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/graph-cases.tsx

+ 2 - 0
src/components/graph-cases.tsx

@@ -83,6 +83,8 @@ const GraphCases: React.FC<Props> = ({ countries }) => {
             dataKey={`value.${country}`}
             stroke={color}
             yAxisId="left"
+            dot={false}
+            strokeWidth={2}
           />
         ))}
         {countries.map(({ country, color }) => (