UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

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