SiMicrochartDonutComponent documentation¶
selector
si-microchart-donut
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
radius ¶ | number | 7.5 | Radius of donut. The radius is calculated from center of the donut to the mid point of the arc. |
series | MicrochartDonutSeries [] | [] | Microchart donut series. Can also be an array representing multiple series. Each series, in case of multiple, forms section of the arc, in percentage of the respective value. Example series can be: Example: Series: MicrochartDonutSeries[] = [{ valuePercent: 40, colorToken: 'element-data-4' }]; |
Types Documentation¶
One series of the microchart donut. | ||||
---|---|---|---|---|
|
Except where otherwise noted, content on this site is licensed under MIT License.