-
Notifications
You must be signed in to change notification settings - Fork 35
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
Suddenly none of the charts are working ('Undefined' in not an object) #2991
Comments
I have see a similar issue with our reports. The latest version (52) does not work with custom fontName options. If you remove the |
I am also facing same issue. Google charts which were working for last few years, completely stopped rendering and it was throwing an error - "Cannot read properties of undefined (reading 'length')" within a red container error box. This error is being thrown at "chart.draw" method call. There is recent release of google charts today: https://developers.google.com/chart/interactive/docs/release_notes#current:-april-2023 It looks like that could have triggered this issue, since we are referencing the js library as https://www.gstatic.com/charts/loader.js I am not sure what caused it to broke the chart functionality and showing that error, but for us - removing the certain fonts specified for chart have worked. |
This has been reported by a few people, though why the error is occurring is not at all clear to me since the webfont code should be identical. As a workaround, removing the fontName option works, or loading '51' instead of 'current'. I may rollback the v52 rollout, since there is also a mysterious problem with the CategoryFilter. |
This worked! Thanks! |
The bug still exists in v52 even though you have some workarounds. So reopening. I just rolled back the v52 release, (which may take a couple hours for you to see), but it would be great if more people could test the 'upcoming' version to find out if there are more bugs that need to be fixed before I push out another release. |
We also had issues, but we're using the old GWT/imagechart, so we're 10 years out of support anyway... |
I'm using Google charts for several months, now it stopped working with the same come that was working last week.
Here is the code:
Does anyone know what's wrong?
The text was updated successfully, but these errors were encountered: