Hi,
I was in touch with you recently about what seems to have become a legacy
.load() method. eg
google.load('visualization', '1', {'packages' : ['corechart,table']});
I think you fixed it, but now it seems to be back :-(
Could you check please?
regards,
Scott Powell
On Thursday, June 11, 2020 at 7:19:29 AM UTC+10, Daniel LaLiberte wrote:
>
> Starting with the current release of Google Charts ('current' or '48' at
> this time), the GeoChart has a new feature that allows you to specify the
> versions of the data that will be used in looking up names of regions and
> rendering the GeoChart.
>
> You can use this feature now, as described below, though you should be
> aware that there may still be a few issues, such as missing region names or
> missing region polygons, and we may update the data a few times more as we
> resolve those issues. So please consider this a beta release until
> further notice.
>
> In order to use the new feature with the updated data, you must include a
> couple of options in your chart.
>
> var options = {
> regioncoderVersion: 1, // names of regions and provinces
> geochartVersion: 11, // region polygon data
> };
>
> In version '48' of Google Charts, the default versions of these data
> sources remain the same as in previous versions: {
> regioncoderVersion: 0,
> geochartVersion: 10,
> }.
>
> This default will change in a future release, perhaps as soon as '49', but
> if you want to stick with a particular version of the data, you can specify
> that using these options. Note that older versions of Google Charts will
> not use these options, and thus the data versions used are hard-coded into
> the GeoChart.
>
> Please let us know if you discover any problems with this data.
>
> --
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
> [email protected] <javascript:> Cambridge MA
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/1a6702a4-c3d3-4224-a7ae-1dac113d3c6do%40googlegroups.com.