alibaba / BizGoblin

基于F2 React 移动端可视化图表库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lilicoder opened this issue · comments

textStyle中的样式不起效
image

需修改为
image

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

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