UNPKG

jqwidgets-framework

Version:

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

14 lines (11 loc) 600 B
<jqxChart #myChart (onClick)="chartEvent($event)" (onToggle)="chartEvent($event)" (mouseleave)="chartEvent($event)" (mouseenter)="chartEvent($event)" [width]="getWidth()" [height]="500" [title]="'Fitness & exercise weekly scorecard'" [description]="'Time spent in vigorous exercise'" [showToolTips]="false" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="sampleData" [xAxis]="xAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme04'"> </jqxChart> <div #eventText style="width: 350px; height: 30px"></div>