Thanks for getting onto this, but I'm still getting the same problem :-(

On Tuesday, June 16, 2020 at 2:44:57 AM UTC+10, Daniel LaLiberte wrote:
>
> Change is made.  Should be available in an hour or so.
>
> On Mon, Jun 15, 2020 at 10:03 AM Daniel LaLiberte <[email protected] 
> <javascript:>> wrote:
>
>> Hi Scott,
>>
>> The redirect of the jsapi loader had been rolled back, so maybe that is 
>> why you thought the package issue was fixed, but now we are redirecting 
>> jsapi again.
>>
>> The change I made only applies, currently, to the version-specific 
>> loader, since that is where the packages are processed.  It works for the 
>> next version, but that is not out yet.  So, I can make a similar change to 
>> the top-level loader to fix the packages before they are otherwise used.  
>>  Thanks for bringing this to my attention.
>>
>>
>> On Mon, Jun 15, 2020 at 4:31 AM Scott Powell <[email protected] 
>> <javascript:>> wrote:
>>
>>> 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]   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] 
>>> <javascript:>.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-visualization-api/1a6702a4-c3d3-4224-a7ae-1dac113d3c6do%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/google-visualization-api/1a6702a4-c3d3-4224-a7ae-1dac113d3c6do%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> -- 
>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
>> [email protected] <javascript:>   Cambridge MA
>>
>>
>
> -- 
> 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/e8fdf657-f2ed-4756-b195-c9af98b7ad8do%40googlegroups.com.

Reply via email to