图表条形图的x轴和y轴之间应有10px的边距

时间:2019-01-15 05:42:39

标签: css reactjs recharts

我尝试为标签<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

0 个答案:

没有答案