面积图表类。用于创建面积类型的统计图表 Inherits from:
| OpenCharts. | 面积图表类。用于创建面积类型的统计图表 Inherits from: |
| Properties | |
| coordinateStyle | {OpenCharts.Coordinate} 坐标轴风格 |
| startAngel | {Number} 起始角度 |
| hitRange | {Number} 选中饼离圆心的直线距离 |
| Constructor | |
| OpenCharts. | |
| Functions | |
| getItemByPosition | 获取点击点所在的图表子项 Parameters: pointX - {Number} 鼠标相对canvas所在X位置。 pointY - {Number} 鼠标相对canvas所在Y位置。 selectType - {String} 点击类型,精确or按照x。 |
| addEventListener | 添加图表事件 Parameters: action - {String} 事件类型。 message - {String} 事件文字描述信息。 |
{OpenCharts.Coordinate} 坐标轴风格
获取点击点所在的图表子项 Parameters: pointX - {Number} 鼠标相对canvas所在X位置。 pointY - {Number} 鼠标相对canvas所在Y位置。 selectType - {String} 点击类型,精确or按照x。
getItemByPosition:function( pointX, pointY, selectType )
添加图表事件 Parameters: action - {String} 事件类型。 message - {String} 事件文字描述信息。
addEventListener:function( action, message )