UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

15 lines 416 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]="'scheme04'" [source]="nutritionalAdapter" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups"> </jqxChart>