UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

7 lines (6 loc) 392 B
<div id="overviewChart"> <jqxChart #overviewChart [width]="'100%'" [height]="500" [title]="''" [description]="''" [showBorderLine]="false" [showLegend]="false" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="dataAdapter" [colorScheme]="'scheme05'" [xAxis]="xAxis" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups"> </jqxChart> </div>