UNPKG

taffy-coustom-ui

Version:
7 lines 404 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>