jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (13 loc) • 665 B
HTML
<jqxChart
[]="getWidth()" [height]="500"
[]="'Line serie with missing points'"
[]="'Sample line serie with missing and invalid values'"
[]="true" [padding]="padding"
[]="titlePadding" [source]="sampleData" [xAxis]="xAxis"
[]="seriesGroups" [colorScheme]="'scheme05'">
</jqxChart>
<p style="font-family: Verdana; font-size: 12px">Select missing points display mode:</p>
<jqxDropDownList (onSelect)="dropDownOnSelect($event)"
[]="220" [height]="25" [selectedIndex]="0"
[]="77" [source]="['skip','zero','connect']">
</jqxDropDownList>