Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jqxChart in Angular returns TypeError of undefined #433

Open
yavor-htmlelements opened this issue Aug 16, 2021 · 0 comments
Open

jqxChart in Angular returns TypeError of undefined #433

yavor-htmlelements opened this issue Aug 16, 2021 · 0 comments

Comments

@yavor-htmlelements
Copy link

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:
Screenshot_32

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>
`
@yavor-htmlelements yavor-htmlelements changed the title jqX Chart in Angular returns TypeError of undefined jqxChart in Angular returns TypeError of undefined Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant