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