| 程序包 | 说明 |
|---|---|
| com.github.abel533.echarts.series |
| 限定符和类型 | 方法和说明 |
|---|---|
Pie |
Pie.avoidLabelOverlap(Boolean avoidLabelOverlap)
设置 avoidLabelOverlap
|
Pie |
Pie.center(Object[] center)
设置center值
|
Pie |
Pie.center(Object width,
Object height)
圆心坐标,支持绝对值(px)和百分比,百分比计算min(width, height) * 50%
|
Pie |
Pie.clockWise(Boolean clockWise)
设置clockWise值
|
Pie |
Pie.minAngle(Integer minAngle)
设置minAngle值
|
static Pie |
SeriesFactory.newPie() |
static Pie |
SeriesFactory.newPie(String name) |
Pie |
Pie.radius(Object radius)
半径,支持绝对值(px)和百分比,百分比计算比,min(width, height) / 2 * 75%,
传数组实现环形图,[内半径,外半径]
|
Pie |
Pie.radius(Object width,
Object height)
半径,支持绝对值(px)和百分比,百分比计算比,min(width, height) / 2 * 75%,
传数组实现环形图,[内半径,外半径]
|
Pie |
Pie.roseType(RoseType roseType)
设置roseType值
|
Pie |
Pie.startAngle(Integer startAngle)
设置startAngle值
|
Copyright © 2018. All rights reserved.