I was trying to disable animation in this way:
<ResponsiveContainer width="99%" height={300}>
<LineChart isAnimationActive={false}
animationDuration={0}
height={300} width={400}
data={chartData}>
...
</LineChart>
</ResponsiveContainer>
But it doesn't work