jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (12 loc) • 612 B
HTML
<jqxChart #myChart
[width]="getWidth()" [height]="500"
[title]="'Weather in Geneva, Switzerland'" [description]="'Climatological Information about Geneva'"
[showLegend]="true" [enableAnimations]="true" [enableCrosshairs]="true" [padding]="padding"
[titlePadding]="titlePadding" [source]="data" [xAxis]="xAxis"
[valueAxis]="valueAxis" [colorScheme]="'scheme05'" [seriesGroups]="seriesGroups">
</jqxChart>
<br />
<br />
<jqxCheckBox #checkboxSwapAxis (onChange)="checkboxSwapAxisOnChange($event)" style="margin-top: 5px">
Swap X and Y axes
</jqxCheckBox>