UNPKG

taffy-coustom-ui

Version:
9 lines 494 B
<jqxChart #myChart class="myChart" [width]="getWidth()" [height]="500" [title]="'U.S. Stock Market Index Performance'" [description]="'NASDAQ Composite compared to S&P 500'" [showLegend]="true" [enableAnimations]="true" [padding]="padding" [titlePadding]="titlePadding" [source]="dataAdapter" [xAxis]="xAxis" [valueAxis]="valueAxis" [seriesGroups]="seriesGroups" [colorScheme]="'scheme04'" [backgroundImage]="'./../../../images/chart_background.jpg'"> </jqxChart>