Fela Maslen 5 лет назад
Родитель
Сommit
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 }) => (