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) • 473 B
HTML
<jqxChart (onRangeSelectionChanging)="chartChange($event)"
[ ]="getWidth()" [height]="500"
[ ]="'Tesla Motors Stock Price'"
[ ]="'(June 2010 - March 2018)'"
[ ]="true" [enableAnimations]="true" [padding]="padding" [xAxis]="xAxis"
[ ]="titlePadding" [source]="dataAdapter" [animationDuration]="1500"
[ ]="valueAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme01'">
</jqxChart>