UNPKG

jqwidgets-framework

Version:

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

7 lines 442 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'U.S. Stock Market Index Performance'" [description]="'NASDAQ Composite compared to S&P 500'" [showLegend]="true" [enableAnimations]="true" [enableCrosshairs]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="dataAdapter" [xAxis]="xAxis" [valueAxis]="valueAxis" [colorScheme]="'scheme05'" [seriesGroups]="seriesGroups"> </jqxChart>