public class PiePlot extends AbstractPlot
| Modifier and Type | Field and Description |
|---|---|
String |
borderColor
CSS color to use to draw the pie border.
|
Integer |
borderWidth
Width of the border to draw around the whole pie chart, in pixels.
|
Double |
offset
Angle in degrees to offset the first slice (e.g., -90 or +90);
|
String[] |
sliceColors
An array of CSS colors to use for pie slices.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PiePlot() |
@Option public String[] sliceColors
@Option public Double offset
@Option public Integer borderWidth
Default: 0
@Option public String borderColor
Default: "#000"
Copyright © 2023 Fujion Framework. All rights reserved.