jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
37 lines (32 loc) • 1.45 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>