You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }">
The text was updated successfully, but these errors were encountered:
yavor-htmlelements
changed the title
jqX Chart in Angular returns TypeError of undefined
jqxChart in Angular returns TypeError of undefined
Aug 16, 2021
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 }">
The text was updated successfully, but these errors were encountered: