BizGoblin icon indicating copy to clipboard operation
BizGoblin copied to clipboard

Axis组件label属性修改文字样式部分文档有误

Open lilicoder opened this issue 5 years ago • 2 comments

textStyle中的样式不起效 image

需修改为 image

lilicoder avatar Nov 13 '19 08:11 lilicoder

https://bizcharts.net/products/bizGoblin/api/axis#label

lilicoder avatar Nov 13 '19 09:11 lilicoder

这部分文档是存在问题, 应修正为

<Axis
  dataKey="date"
  label={{
    textAlign: 'center',
    fill: 'red',
    rotate: 30,
    fontSize: '24',
    fontWeight: 'bold',
    textBaseline: 'top'
  }}
/>

MuYunyun avatar May 22 '20 09:05 MuYunyun