Sfoglia il codice sorgente

Removed dots on actual lines

Fela Maslen 5 anni fa
parent
commit
3411a3326c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 }) => (