widgets/implementations/info-gauge/radial-gauge/radial-gauge.component.ts
OnChanges
OnDestroy
AfterViewInit
| host | { |
| providers |
MeasurementRealtimeService
RadialGaugeService
)
|
| selector | c8y-radial-gauge |
| standalone | true |
| imports |
NgxEchartsModule
|
| templateUrl | ./radial-gauge.component.html |
AsyncPipe
NgxEchartsModule
MeasurementRealtimeService
RadialGaugeService
)
OnChanges
OnDestroy
AfterViewInit
<div
class="p-absolute fit-w fit-h"
data-cy="c8y-radial-gauge--chart"
#chart
echarts
[options]="chartOptions$ | async"
(chartInit)="onChartInit($event)"
></div>