UNPKG

jqwidgets-framework

Version:

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

11 lines (10 loc) 574 B
<jqxChart #myChart class="myChart" (mousemove)="myChartOnMousemove($event)" (click)="myChartOnClick($event)" [width]="850" [height]="500" [title]="'Custom labels, grid lines and tick marks offsets'" [description]="'This example demonstrates how to use labels, tick marks and grid lines at custom offsets'" [enableAnimations]="false" [padding]="padding" [titlePadding]="titlePadding" [source]="sampleData" [xAxis]="xAxis" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups"> </jqxChart> <div #eventText style="width:600px; height: 30px"></div>