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
/
chartGeneralComponent
/
chartgeneral.component.html
11 lines
•
285 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<jqxChart
#reference
style=
"float: left;"
[
width
]=
"'99%'"
[height]=
"400"
[
title
]=
"''"
[
description
]=
"''"
[
enableAnimations
]=
"false"
[
showBorderLine
]=
"false"
[
padding
]=
"padding"
[
titlePadding
]=
"titlePadding"
[
seriesGroups
]=
"seriesGroups"
> </jqxChart>