显示数据格式
父组件
子组件
- validate svg elements…
Properties
- "centric"
布局类型,是横向的还是纵向的。
默认值:"centric"
- height Number
图表的高度。
- Object
图表四周的留白大小,支持传入部分值(如: { top: 5 })
默认值:{ top: 5, right: 5, bottom: 5, left: 5 }
{ top: 5, right: 5, bottom: 5, left: 5 }
- onClick Function optional
鼠标在图表图形区域 click 事件的回调函数。
- Function optional
鼠标在图表图形区域 mouseenter 事件的回调函数。
鼠标在图表图形区域 mousemove 事件的回调函数。
- onMouseLeave Function optional