UNPKG

jqwidgets-framework

Version:

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

9 lines (8 loc) 385 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'S&P 500 Candlestick Chart'" [description]="'(June 2010 - November 2014)'" [enableAnimations]="true" [enableCrosshairs]="true" [animationDuration]="1500" [source]="dataAdapter" [xAxis]="xAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme17'" [padding]="padding" > </jqxChart>