UNPKG

jqwidgets-scripts-custom

Version:

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

15 lines (11 loc) 456 B
<jqxChart #myChart [width]="850" [height]="500" [title]="'Economic comparison'" [description]="'GDP and Debt in 2010'" [showLegend]="true" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="dataAdapter" [xAxis]="xAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme01'"> </jqxChart> <br /> <br /> <jqxButton [theme]="'material'" (onClick)="btnOnClick()" width="80">Print</jqxButton>