Преглед на файлове

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 }) => (