-
Notifications
You must be signed in to change notification settings - Fork 29
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
Charts do not show when a user is logged in #801
Comments
Thanks for reporting @dshakya! We will look into it. |
@dshakya I have tried to reproduce the issue but I haven't found anything. Is it possible for you to share the screenshots/video with us? Also, I would recommend you to check this issue after disabling all other plugins and do let us know about it. Thanks |
I have the same issue like the OP. Looks like the issue is caused by having the "Google Site Kit" Plugin installed, it does load it's own version of charts/loader.js. Disabling it gives me back the ability to edit charts within the Post editor. |
Thanks @Nexus2k for debugging it. I deactivated the Google Site Kit and - Yes, I can see the chart when logged in. @girishkrishaweb - How do we solve this as Sitekit is important tool for us. Thanks. |
#### Fixes: - Fix compatibility with 3rd party plugins which use the same js library as Visualizer #801 - Fix fatal error when a new chart is created on PHP 8 #795 - Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source #### Features: - Adds option to add schema.org Dataset for license and creator #794
##### [Version 3.5.1](v3.5.0...v3.5.1) (2021-05-25) - Fix compatibility with 3rd party plugins which use the same js library as Visualizer [#801](#801) - Fix fatal error when a new chart is created on PHP 8 [#795](#795) - Chart doesn't get refreshed automatically when the JSON endpoint is used as the data source #### Features: - Adds option to add schema.org Dataset for license and creator [#794](#794)
🎉 This issue has been resolved in version 3.5.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description:
The chart is not displayed when a user is logged in. The chart displays fine when a user is logged out or to the general public.
How to reproduce:
Expected behaviour:
Chart is displayed
Current behaviour:
Chart only displays when logged out.
Reference:
https://wordpress.org/support/topic/visualizer-charts-not-showing-when-logged-in-to-wordpress/
Technical info
The text was updated successfully, but these errors were encountered: