UNPKG

taffy-coustom-ui

Version:
8 lines 425 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'Funnel chart'" [description]="'This example demonstrates funnel chart with positive and negative values'" [showLegend]="true" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="sampleData" [xAxis]="xAxis" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme02'"> </jqxChart>