taffy-coustom-ui
Version:
37 lines (32 loc) • 1.41 kB
HTML
<jqxChart style="float: left"
[]="400" [height]="250"
[]="''"
[]="charts[0].title"
[]="true" [enableAnimations]="false" [padding]="padding"
[]="titlePadding" [source]="charts[0].dataSource" [showBorderLine]="true"
[]="seriesGroups" [colorScheme]="'scheme03'">
</jqxChart>
<jqxChart style="float: left"
[]="400" [height]="250"
[]="''"
[]="charts[1].title"
[]="true" [enableAnimations]="false" [padding]="padding"
[]="titlePadding" [source]="charts[1].dataSource" [showBorderLine]="true"
[]="seriesGroups" [colorScheme]="'scheme03'">
</jqxChart>
<jqxChart style="float: left"
[]="400" [height]="250"
[]="''"
[]="charts[2].title"
[]="true" [enableAnimations]="false" [padding]="padding"
[]="titlePadding" [source]="charts[2].dataSource" [showBorderLine]="true"
[]="seriesGroups" [colorScheme]="'scheme03'">
</jqxChart>
<jqxChart style="float: left"
[]="400" [height]="250"
[]="''"
[]="charts[3].title"
[]="true" [enableAnimations]="false" [padding]="padding"
[]="titlePadding" [source]="charts[3].dataSource" [showBorderLine]="true"
[]="seriesGroups" [colorScheme]="'scheme03'">
</jqxChart>