UNPKG

jqwidgets-scripts-custom

Version:

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

8 lines (7 loc) 409 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'Web Site Traffic Analysis'" [description]="'Monthly unique visitors (percentage stacked)'" [showLegend]="true" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="dataAdapter" [xAxis]="xAxis" [valueAxis]="valueAxis" [colorScheme]="'scheme04'" [seriesGroups]="seriesGroups"> </jqxChart>