public class Polar extends AbstractData<Polar> implements Component
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Polar.Name |
data| 构造器和说明 |
|---|
Polar() |
| 限定符和类型 | 方法和说明 |
|---|---|
AxisLabel |
axisLabel()
坐标轴文本标签,详见axis.axisLabel
|
Polar |
axisLabel(AxisLabel axisLabel)
设置axisLabel值
|
AxisLine |
axisLine()
坐标轴线,默认显示,属性show控制显示与否,属性lineStyle(详见lineStyle)控制线条样式
|
Polar |
axisLine(AxisLine axisLine)
设置axisLine值
|
Object[] |
boundaryGap()
获取boundaryGap值
|
Polar |
boundaryGap(Object[] boundaryGap)
设置boundaryGap值
|
Polar |
boundaryGap(Object min,
Object max)
数值轴两端空白策略,数组内数值代表百分比,[原始数据最小值与最终最小值之间的差额,原始数据最大值与最终最大值之间的差额]
|
Object[] |
center()
获取center值
|
Polar |
center(Object[] center)
设置center值
|
Polar |
center(Object width,
Object height)
圆心坐标,支持绝对值(px)和百分比,百分比计算min(width, height) * 50%
|
List<Object> |
indicator()
雷达指标列表,同时也是label内容
|
Polar |
indicator(List<Object> indicator)
设置indicator值
|
Polar |
indicator(Object... values)
设置values值
|
Polar.Name |
name()
坐标轴名称
|
Polar |
name(Polar.Name name)
设置name值
|
Integer |
power()
获取power值
|
Polar |
power(Integer power)
设置power值
|
Integer |
precision()
获取precision值
|
Polar |
precision(Integer precision)
设置precision值
|
Object |
radius()
获取radius值
|
Polar |
radius(Object value)
半径,支持绝对值(px)和百分比,百分比计算比,min(width, height) / 2 * 75%,
传数组实现环形图,[内半径,外半径]
|
Polar |
radius(Object width,
Object height)
半径,支持绝对值(px)和百分比,百分比计算比,min(width, height) / 2 * 75%,
传数组实现环形图,[内半径,外半径]
|
Boolean |
scale()
获取scale值
|
Polar |
scale(Boolean scale)
设置scale值
|
SplitArea |
splitArea()
分隔区域,默认不显示,属性show控制显示与否,属性areaStyle(详见areaStyle)控制区域样式
|
Polar |
splitArea(SplitArea splitArea)
设置splitArea值
|
SplitLine |
splitLine()
分隔线,默认显示,属性show控制显示与否,属性lineStyle(详见lineStyle)控制线条样式
|
Polar |
splitLine(SplitLine splitLine)
设置splitLine值
|
Integer |
splitNumber()
获取splitNumber值
|
Polar |
splitNumber(Integer splitNumber)
设置splitNumber值
|
Integer |
startAngle()
获取startAngle值
|
Polar |
startAngle(Integer startAngle)
设置startAngle值
|
PolarType |
type()
获取type值
|
Polar |
type(PolarType type)
设置type值
|
Integer |
z()
获取z值
|
Polar |
z(Integer z)
设置z值
|
Integer |
zlevel()
获取zlevel值
|
Polar |
zlevel(Integer zlevel)
设置zlevel值
|
animation, animation, animationDuration, animationDuration, animationDurationUpdate, animationDurationUpdate, animationEasing, animationEasing, animationEasing, animationEasingUpdate, animationEasingUpdate, animationEasingUpdate, clickable, clickable, data, data, hoverable, hoverablepublic Integer zlevel()
public Integer z()
public Object[] center()
public Object radius()
public Polar name(Polar.Name name)
name - public Object[] boundaryGap()
public Polar center(Object width, Object height)
width - height - public Polar radius(Object value)
value - public Polar radius(Object width, Object height)
width - height - public Integer startAngle()
public Integer splitNumber()
public Polar.Name name()
public Polar boundaryGap(Object min, Object max)
public Boolean scale()
public Integer precision()
public Integer power()
public AxisLine axisLine()
AxisLinepublic SplitArea splitArea()
SplitAreapublic SplitLine splitLine()
SplitLinepublic PolarType type()
Copyright © 2018. All rights reserved.