jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
22 lines (17 loc) • 936 B
HTML
<label style="margin-left: 250px; font-size: 18px; font-weight: bold;">Weather in Geneva, Switzerland</label>
<br />
<label style="margin-left: 250px; font-size: 14px; font-weight: bold;">Climatological Information about Geneva</label>
<jqxRangeSelector
[ ]="getWidth()" [height]="200" [min]="0" [max]="12"
[ ]="{ from: 3, to: 9 }" [majorTicksInterval]="1"
[ ]="1" [labelsOnTicks]="false"
[ ]="labelsFormatFunction"
[ ]="markersFormatFunction">
<jqxChart
[ ]="getWidth()" [height]="200"
[ ]="''" [description]="''" [showBorderLine]="false"
[ ]="false" [enableAnimations]="true" [padding]="padding"
[ ]="titlePadding" [source]="dataAdapter" [xAxis]="xAxis"
[ ]="'scheme05'" [seriesGroups]="seriesGroups">
</jqxChart>
</jqxRangeSelector>