widgets/implementations/info-gauge/info-gauge-widget-config/gauge.model.ts
Properties related to the ticks of the gauge
Properties |
|
tickColor |
tickColor:
|
Type : string
|
Optional |
Color of the ticks (used only in the custom preset) |
tickDistance |
tickDistance:
|
Type : number
|
Optional |
Distance of the ticks from the center |
tickDistanceRatio |
tickDistanceRatio:
|
Type : number
|
Optional |
Distance of the ticks from the center as a ratio relative to the axisLineWidth (overrides tickDistance) |
tickLength |
tickLength:
|
Type : number
|
Optional |
Length of the ticks |
tickLengthRatio |
tickLengthRatio:
|
Type : number
|
Optional |
Length of the ticks as a ratio relative to the axisLineWidth (overrides tickLength) |
tickShow |
tickShow:
|
Type : boolean
|
Optional |
Whether to show ticks |
tickWidth |
tickWidth:
|
Type : number
|
Optional |
Width of the ticks |