-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Based on this example: https://www.jqwidgets.com/angular/angular-chart/angular-chart-lineseries.htm?light and having the Chart in Angular it returns the following error:
However the Chart is generated properly and works as it should.
The code used to reproduce the issue is when having the Chart in a window like so:
`<jqxWindow #customWindow
[width]="600"
[height]="650"
[cancelButton]="'.cancelButton'" [resizable]="false"
[position]="{ x: 90, y: 140 }">
<jqxChart #myChart
[width]="400" [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'">
</jqxChart>
Metadata
Metadata
Assignees
Labels
No labels