taffy-coustom-ui
Version:
16 lines (13 loc) • 559 B
HTML
<div style="position: relative; height: 380px">
<jqxGauge
[]="1500"
[]="ranges" [cap]="cap" [border]="border"
[]="ticksMinor" [ticksMajor]="ticksMajor"
[]="labels" [pointer]="pointer">
</jqxGauge>
<jqxSlider
(onChange)="mySliderOnChange()"
[]="180" [value]="120" [min]="0" [max]="220"
[]="20" [mode]="'fixed'" [showButtons]="false">
</jqxSlider>
</div>