Kaynağa Gözat

Removed dots on actual lines

Fela Maslen 5 yıl önce
ebeveyn
işleme
3411a3326c
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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 }) => (