[visualization-api] Google Maps JavaScript API has been loaded directly without a callback

2023-12-04 Thread Chris G
I'm seeing this message on the console: "Google Maps JavaScript API has been loaded directly without a callback. This is not supported and can lead to race conditions and suboptimal performance. For supported loading patterns please see https://goo.gle/js-api-loading;. But I am using a

Re: [visualization-api] Google Maps JavaScript API has been loaded directly without a callback

2023-12-04 Thread 'Daniel LaLiberte' via Google Visualization API
This could be a bug in how Google Charts uses the Google Maps API. We'll have to look into it. This could explain the occasional flaky test we are seeing. If your geochart is otherwise working fine, then you may not need to be too concerned about this message. On Mon, Dec 4, 2023 at 3:07 PM

Re: [visualization-api] Google Maps JavaScript API has been loaded directly without a callback

2023-12-04 Thread Chris G
My geocharts work perfectly so I'm going to assume this is a bug in the API. I tried various ways to make the message go away but it doesn't seem to be possible at the moment. It does need looking at, I think. Many thanks. On Monday, December 4, 2023 at 11:52:57 PM UTC Daniel LaLiberte wrote: