UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

7 lines 410 B
<jqxChart #myChart [width]="getWidth()" [height]="500" [title]="'U.S. Historical Home Prices (1950-2011)'" [description]="'Source: http://www.econ.yale.edu/~shiller/data.htm'" [enableAnimations]="true" [showLegend]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="dataAdapter" [xAxis]="xAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme04'"> </jqxChart>