You need to use ResponsiveContainer for it to work. Also, use the percentage values without brackets.
<ResponsiveContainer width="95%" height={400}>
// your chart
</ResponsiveContainer>
I used that and it worked just fine! 🙂
Source: Responsive Container Docs