[visualization-api] Re: Google Charts New Release Candidate: V52, Feb 20, 2023

2023-02-21 Thread 'Daniel LaLiberte' via Google Visualization API
If you are using both Google Charts and Google Maps in the same document, you might have a problem using the 'upcoming' version. I am seeing a single instance of "var google = {};" in the default package of v52, which is loaded before any other package, or even if no other package is loaded.

Re: [visualization-api] Google charts and typescript

2023-02-21 Thread 'Daniel LaLiberte' via Google Visualization API
OK, I would like to find a workaround for you, while also figuring out what exactly is going wrong. I'll need you to do some experimenting, or if you can give me a link to an example that shows the problem you are experiencing, especially a simplified example using jsfiddle or something similar,

Re: [visualization-api] Google charts and typescript

2023-02-21 Thread Nikos Katsikanis
Thanks for your quick response, we manage this loading, so it only happens once; as we have dynamic routes, we want to load it on only some pages. On Tuesday, February 21, 2023 at 4:23:39 PM UTC Daniel LaLiberte wrote: > The loader has been updated for the 'upcoming' release of v52, but it >