FunnelChart
子组件
- <Funnel />
- <Legend />
- <Tooltip />
- <Customized />
- validate svg elements...
Properties
- layout"centric" - 布局类型,是横向的还是纵向的。 - 默认值:"centric" 
- widthNumber - 图表的宽度。 
- heightNumber - 图表的高度。 
- marginObject - 图表四周的留白大小,支持传入部分值(如: { top: 5 }) - 默认值:{ top: 5, right: 5, bottom: 5, left: 5 } - 格式: - { top: 5, right: 5, bottom: 5, left: 5 }
- onClickFunctionoptional - 鼠标在图表图形区域 click 事件的回调函数。 
- onMouseEnterFunctionoptional - 鼠标在图表图形区域 mouseenter 事件的回调函数。 
- onMouseMoveFunctionoptional - 鼠标在图表图形区域 mousemove 事件的回调函数。 
- onMouseLeaveFunctionoptional - 鼠标在图表图形区域 mouseleave 事件的回调函数。 
- onDoubleClickFunctionoptional - The customized event handler of dblclick in this chart. 
- onContextMenuFunctionoptional - The customized event handler of contextmenu in this chart.