jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (8 loc) • 451 B
HTML
<jqxChart
[]="getWidth()" [height]="500"
[]="'Stacked Funnel Chart'"
[]="'This example demonstrates stacked funnel chart with positive and negative values'"
[]="true" [enableAnimations]="false" [padding]="padding"
[]="titlePadding" [source]="sampleData" [xAxis]="xAxis"
[]="valueAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme02'">
</jqxChart>