UNPKG

taffy-coustom-ui

Version:
8 lines 369 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'Average store sales per hour'" [description]="''" [showLegend]="true" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="sampleData" [xAxis]="xAxis" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme02'"> </jqxChart>