data| 限定符和类型 | 方法和说明 |
|---|---|
Pie |
avoidLabelOverlap(Boolean avoidLabelOverlap)
设置 avoidLabelOverlap
|
Object[] |
center()
获取center值
|
Pie |
center(Object[] center)
设置center值
|
Pie |
center(Object width,
Object height)
圆心坐标,支持绝对值(px)和百分比,百分比计算min(width, height) * 50%
|
Boolean |
clockWise()
获取clockWise值
|
Pie |
clockWise(Boolean clockWise)
设置clockWise值
|
Integer |
minAngle()
获取minAngle值
|
Pie |
minAngle(Integer minAngle)
设置minAngle值
|
Object |
radius()
获取radius值
|
Pie |
radius(Object radius)
半径,支持绝对值(px)和百分比,百分比计算比,min(width, height) / 2 * 75%,
传数组实现环形图,[内半径,外半径]
|
Pie |
radius(Object width,
Object height)
半径,支持绝对值(px)和百分比,百分比计算比,min(width, height) / 2 * 75%,
传数组实现环形图,[内半径,外半径]
|
RoseType |
roseType()
获取roseType值
|
Pie |
roseType(RoseType roseType)
设置roseType值
|
Integer |
startAngle()
获取startAngle值
|
Pie |
startAngle(Integer startAngle)
设置startAngle值
|
bottom, bottom, bottom, calcuable, calculable, coordinateSystem, coordinateSystem, coordinateSystem, geoIndex, geoIndex, height, height, height, itemStyle, itemStyle, label, label, left, left, left, left, legendHoverLink, legendHoverLink, markLine, markLine, markPoint, markPoint, name, name, right, right, right, showAllSymbol, showAllSymbol, stack, stack, symbol, symbol, symbol, symbolOffset, symbolOffset, symbolOffset, symbolRoate, symbolRoate, symbolSize, symbolSize, tooltip, tooltip, top, top, top, top, type, type, width, width, width, xAxisIndex, xAxisIndex, yAxisIndex, yAxisIndex, z, z, zlevel, zlevelanimation, animation, animationDuration, animationDuration, animationDurationUpdate, animationDurationUpdate, animationEasing, animationEasing, animationEasing, animationEasingUpdate, animationEasingUpdate, animationEasingUpdate, clickable, clickable, data, data, hoverable, hoverablepublic Pie()
public Pie(String name)
name - public Object[] center()
public Object radius()
public Pie center(Object width, Object height)
width - height - public Pie radius(Object radius)
radius - public Pie radius(Object width, Object height)
width - 内半径height - 外半径public Integer startAngle()
public Integer minAngle()
public Boolean clockWise()
public RoseType roseType()
Copyright © 2018. All rights reserved.