UNPKG

jqwidgets-scripts-custom

Version:

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

8 lines 402 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'Pyramid series'" [description]="'This example demonstrates pyramid chart series'" [showLegend]="true" [enableAnimations]="false" [padding]="padding" [titlePadding]="titlePadding" [source]="sampleData" [xAxis]="xAxis" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme06'"> </jqxChart>