SiNChartGaugeComponent documentation¶
selector
si-nchart-gaugeInput Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| axisNumberOfDecimals ¶ | number | 0 | Number of decimals on the axis. |
| endAngle ¶ | number | 90 | End angle in degrees |
| legendPosition ¶ | ("row" | "column") | 'row' | Legend position: - column : chart and legend form a column, i.e. the legend is below the chart. The chart size is driven by the available width. - row : chart and legend form a row, i.e. the legend is besides the chart. The The chart size is driven by the available height. |
| max ¶ | number | 100 | Max value, can be negative |
| maxNumberOfDecimals ¶ | number | 2 | Max number of decimals. |
| min ¶ | number | -100 | Min value, can be negative |
| minNumberOfDecimals ¶ | number | 0 | Min number of decimals. |
| mode ¶ | ("sum" | "single") | 'sum' | Display mode: sum to sum up multiple series or single for a single value with optional segmented display. |
| segments ¶ | GaugeSegment[] | [] | Colored segments. |
| series ¶ | GaugeSeries[] | [] | Series |
| showLegend ¶ | boolean | true | Whether to show the legend |
| showRangeLabelsOutside ¶ | boolean | false | Whether to show range start/end labels on the outside of the ring |
| showTicks ¶ | boolean | true | Whether to show ticks |
| startAngle ¶ | number | -90 | Start angle in degrees |
| unit ¶ | string | '' | Unit |
Types Documentation¶
| One segment of the gauge chart. The first segment starts at the min value of the gauge chart and ends at endValue . | |||
|---|---|---|---|
|
| One series of the gauge chart. | ||||||
|---|---|---|---|---|---|---|
|
Except where otherwise noted, content on this site is licensed under MIT License.