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 405 B
<jqxChart #referenceChart [width]="'100%'" [height]="450" [title]="''" [description]="''" [enableAnimations]="true" [showLegend]="true" [animationDuration]="1000" [borderLineWidth]="0" [enableCrosshairs]="true" [padding]="{ left: 5, top: 5, right: 20, bottom: 5 }" [colorScheme]="'scheme02'" [source]="caloriesAdapter" [xAxis]="xAxis" [seriesGroups]="seriesGroups"> </jqxChart>