我尝试为标签<YAxis>
和<Bar>
赋予边距和填充属性
<BarChart width={1000} height={300} data={this.props.data} margin={{top: 5, right: 10, left: 20, bottom: 15}} >
<CartesianGrid strokeDasharray="0.5" vertical={false} />
<XAxis />
<YAxis margin={[10,0,0,10]} />
图像中需要的空间 https://i.stack.imgur.com/F20Gl.png