|
|
@@ -62,7 +62,7 @@ const GraphCases: React.FC<Props> = ({ countries }) => {
|
|
|
tickFormatter={dateTickFormatter}
|
|
|
type="number"
|
|
|
/>
|
|
|
- <YAxis tick yAxisId="left" />
|
|
|
+ <YAxis tick yAxisId="left" domain={[50, 'auto']} />
|
|
|
<CartesianGrid stroke="#f5f5f5" />
|
|
|
{countries.map(({ country, color }) => (
|
|
|
<Line
|