widgets/implementations/info-gauge/info-gauge-widget-config/gauge.model.ts
Properties related to the pointer of the gauge
Properties |
|
pointerColor |
pointerColor:
|
Type : string
|
Optional |
Color of the pointer (used only in the custom preset) |
pointerLenghtRatio |
pointerLenghtRatio:
|
Type : number
|
Optional |
Length of the pointer as a ratio relative to the container size (overrides pointerLength) |
pointerLength |
pointerLength:
|
Type : string | number
|
Optional |
Length of the pointer |
pointerOffset |
pointerOffset:
|
Type : string | number
|
Optional |
Offset of the pointer from the center |
pointerStyle |
pointerStyle:
|
Type : string
|
Optional |
Style of the pointer (e.g., custom path) |
pointerWidth |
pointerWidth:
|
Type : string | number
|
Optional |
Width of the pointer |
pointerWidthRatio |
pointerWidthRatio:
|
Type : number
|
Optional |
Width of the pointer as a ratio relative to the container size (overrides pointerWidth) |
showPointer |
showPointer:
|
Type : boolean
|
Optional |
Whether to show the pointer |