UNPKG

taffy-coustom-ui

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