UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
Showcase
/
angular-orderdetails
/
src
/
app
/
innerComponents
/
dashboardComponent
/
bargaugeComponent
/
bargauge.component.html
8 lines
•
283 B
HTML
View Raw
1
2
3
4
5
6
7
8
<div style=
"float: left; width: 100%;"
> <jqxBarGauge
#bargaugeReference
[
height
]=
"420"
[
colorScheme
]=
"'myScheme'"
[
customColorScheme
]=
"{ name: 'myScheme', colors: ['#F1495B', '#4d5866', '#888D94'] }"
[
values
]=
"[0, 0, 0]"
> </jqxBarGauge> </div>