Re: [visualization-api] Re: Google Charts v47

2020-02-13 Thread AB
Awesome! Glad to have helped!

On Thursday, February 13, 2020 at 9:57:59 AM UTC-8, Maurizio S wrote:
>
> Dear AB,
> thank you very much, you solved also my problem!
> I was using prototype 1.7.1 and after updating to version 1.7.3 all work 
> well.
>
> Now I'm usnig again 'current' option.
>
> Il giorno giovedì 13 febbraio 2020 18:06:53 UTC+1, AB ha scritto:
>>
>> I was able to narrow down that in my case it is an interop issue with the 
>> prototype version I'm using. I was using prototype 1.7.2.0. When I switched 
>> to latest prototype 1.7.3.0 it worked with current (47) version.
>>
>> On Wednesday, February 12, 2020 at 2:02:53 PM UTC-8, AB wrote:
>>>
>>> It's an internal page. How can I show/share it with you privately?
>>>
>>> On Wednesday, February 12, 2020 at 1:37:53 PM UTC-8, Daniel LaLiberte 
>>> wrote:

 Hi AB,

 Given that I don't have a way to reproduce this problem with PieChart 
 in v47, I am indeed curious what is happening in the page where you do see 
 it.  Can you share the page here, or privately to me?

 On Wed, Feb 12, 2020 at 2:37 PM AB  wrote:

> I am still seeing issues with some charts, pie charts in particular. 
> It loads perfectly with version 46, but current errors out.
>
>
> On Tuesday, February 11, 2020 at 6:39:45 AM UTC-8, Daniel LaLiberte 
> wrote:
>>
>> Yes, in fact there were a few unannounced updates of v47 last night, 
>> and another update just now.  I've mostly been modifying the loader, in 
>> particular, to support more redirects that the old jsapi loader still 
>> supports.   But along the way, I messed up by updating the loader with a 
>> version that was out of sync with the Google Charts library itself.  So 
>> I 
>> also redeployed all of v47 last evening.  
>>
>> As far as I can see, everything should be working now, but there may 
>> be a few ways of loading and using Google Charts that I am not aware of 
>> that may still be causing issues.  Please let me know the details of how 
>> you are loading Google Charts so I can reproduce the problem, including 
>> how 
>> you load the loader, load packages, and set up callbacks.
>>
>>
>> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  
>> wrote:
>>
>>> Hiya, I just noticed that the "last modified" header on 
>>> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 
>>> 04:46:35 GMT". Was there an unpublished fix, or other change? This 
>>> might be 
>>> causing issues. At least one other poster besides myself appears to be 
>>> experiencing some kind of exception that is solved by explicitly 
>>> loading 
>>> version 46 instead of current.
>>>
>>> Here's a small screencap of the exception: 
>>>
>>> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte 
>>> wrote:

 The 'current' version of Google Charts is now (within the hour) 
 v47.  Please let us know if you discover problems related to this new 
 release.

 On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte <
 dlali...@google.com> wrote:

> As of now, the 'upcoming' version of Google Charts is v47.  This 
> release includes a large number of internal cleanups, and a few new 
> features:
>
>- Add loader setting to enable "safeMode".  
>   - When set to true, all charts and tooltips that generate 
>   HTML from user-supplied data will sanitize it by stripping out 
> unsafe 
>   elements and attributes.
>- Add support for the "autoload" and "callback" parameters on 
>the loader, to be backward compatible with the old jsapi loader.
>- For corecharts
>   - Handle "zoomDelta" values below 1.0
>   - Add "maxTextLines" as a vertical axis option.
>
> If all goes well, this 'upcoming' version will become 'current' in 
> the first week of January.
>
> -- 
> Daniel LaLiberte 
> 
> dlali...@google.com   Cambridge MA
>


 -- 
 Daniel LaLiberte 
 
 dlali...@google.com   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 
>>> google-visualization-api+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>>>  
>>> 

Re: [visualization-api] Re: Google Charts v47

2020-02-13 Thread Maurizio S
Dear AB,
thank you very much, you solved also my problem!
I was using prototype 1.7.1 and after updating to version 1.7.3 all work 
well.

Now I'm usnig again 'current' option.

Il giorno giovedì 13 febbraio 2020 18:06:53 UTC+1, AB ha scritto:
>
> I was able to narrow down that in my case it is an interop issue with the 
> prototype version I'm using. I was using prototype 1.7.2.0. When I switched 
> to latest prototype 1.7.3.0 it worked with current (47) version.
>
> On Wednesday, February 12, 2020 at 2:02:53 PM UTC-8, AB wrote:
>>
>> It's an internal page. How can I show/share it with you privately?
>>
>> On Wednesday, February 12, 2020 at 1:37:53 PM UTC-8, Daniel LaLiberte 
>> wrote:
>>>
>>> Hi AB,
>>>
>>> Given that I don't have a way to reproduce this problem with PieChart in 
>>> v47, I am indeed curious what is happening in the page where you do see 
>>> it.  Can you share the page here, or privately to me?
>>>
>>> On Wed, Feb 12, 2020 at 2:37 PM AB  wrote:
>>>
 I am still seeing issues with some charts, pie charts in particular. It 
 loads perfectly with version 46, but current errors out.


 On Tuesday, February 11, 2020 at 6:39:45 AM UTC-8, Daniel LaLiberte 
 wrote:
>
> Yes, in fact there were a few unannounced updates of v47 last night, 
> and another update just now.  I've mostly been modifying the loader, in 
> particular, to support more redirects that the old jsapi loader still 
> supports.   But along the way, I messed up by updating the loader with a 
> version that was out of sync with the Google Charts library itself.  So I 
> also redeployed all of v47 last evening.  
>
> As far as I can see, everything should be working now, but there may 
> be a few ways of loading and using Google Charts that I am not aware of 
> that may still be causing issues.  Please let me know the details of how 
> you are loading Google Charts so I can reproduce the problem, including 
> how 
> you load the loader, load packages, and set up callbacks.
>
>
> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  
> wrote:
>
>> Hiya, I just noticed that the "last modified" header on 
>> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 
>> 04:46:35 GMT". Was there an unpublished fix, or other change? This might 
>> be 
>> causing issues. At least one other poster besides myself appears to be 
>> experiencing some kind of exception that is solved by explicitly loading 
>> version 46 instead of current.
>>
>> Here's a small screencap of the exception: 
>>
>> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte 
>> wrote:
>>>
>>> The 'current' version of Google Charts is now (within the hour) 
>>> v47.  Please let us know if you discover problems related to this new 
>>> release.
>>>
>>> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte <
>>> dlali...@google.com> wrote:
>>>
 As of now, the 'upcoming' version of Google Charts is v47.  This 
 release includes a large number of internal cleanups, and a few new 
 features:

- Add loader setting to enable "safeMode".  
   - When set to true, all charts and tooltips that generate 
   HTML from user-supplied data will sanitize it by stripping out 
 unsafe 
   elements and attributes.
- Add support for the "autoload" and "callback" parameters on 
the loader, to be backward compatible with the old jsapi loader.
- For corecharts
   - Handle "zoomDelta" values below 1.0
   - Add "maxTextLines" as a vertical axis option.

 If all goes well, this 'upcoming' version will become 'current' in 
 the first week of January.

 -- 
 Daniel LaLiberte 
 
 dlali...@google.com   Cambridge MA

>>>
>>>
>>> -- 
>>> Daniel LaLiberte 
>>> 
>>> dlali...@google.com   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 
>> google-visualization-api+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Daniel LaLiberte 
> 
> 

Re: [visualization-api] Re: Google Charts v47

2020-02-13 Thread AB
I was able to narrow down that in my case it is an interop issue with the 
prototype version I'm using. I was using prototype 1.7.2.0. When I switched 
to latest prototype 1.7.3.0 it worked with current (47) version.

On Wednesday, February 12, 2020 at 2:02:53 PM UTC-8, AB wrote:
>
> It's an internal page. How can I show/share it with you privately?
>
> On Wednesday, February 12, 2020 at 1:37:53 PM UTC-8, Daniel LaLiberte 
> wrote:
>>
>> Hi AB,
>>
>> Given that I don't have a way to reproduce this problem with PieChart in 
>> v47, I am indeed curious what is happening in the page where you do see 
>> it.  Can you share the page here, or privately to me?
>>
>> On Wed, Feb 12, 2020 at 2:37 PM AB  wrote:
>>
>>> I am still seeing issues with some charts, pie charts in particular. It 
>>> loads perfectly with version 46, but current errors out.
>>>
>>>
>>> On Tuesday, February 11, 2020 at 6:39:45 AM UTC-8, Daniel LaLiberte 
>>> wrote:

 Yes, in fact there were a few unannounced updates of v47 last night, 
 and another update just now.  I've mostly been modifying the loader, in 
 particular, to support more redirects that the old jsapi loader still 
 supports.   But along the way, I messed up by updating the loader with a 
 version that was out of sync with the Google Charts library itself.  So I 
 also redeployed all of v47 last evening.  

 As far as I can see, everything should be working now, but there may be 
 a few ways of loading and using Google Charts that I am not aware of that 
 may still be causing issues.  Please let me know the details of how you 
 are 
 loading Google Charts so I can reproduce the problem, including how you 
 load the loader, load packages, and set up callbacks.


 On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  
 wrote:

> Hiya, I just noticed that the "last modified" header on 
> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 
> 04:46:35 GMT". Was there an unpublished fix, or other change? This might 
> be 
> causing issues. At least one other poster besides myself appears to be 
> experiencing some kind of exception that is solved by explicitly loading 
> version 46 instead of current.
>
> Here's a small screencap of the exception: 
>
> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>>
>> The 'current' version of Google Charts is now (within the hour) v47.  
>> Please let us know if you discover problems related to this new release.
>>
>> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte <
>> dlali...@google.com> wrote:
>>
>>> As of now, the 'upcoming' version of Google Charts is v47.  This 
>>> release includes a large number of internal cleanups, and a few new 
>>> features:
>>>
>>>- Add loader setting to enable "safeMode".  
>>>   - When set to true, all charts and tooltips that generate 
>>>   HTML from user-supplied data will sanitize it by stripping out 
>>> unsafe 
>>>   elements and attributes.
>>>- Add support for the "autoload" and "callback" parameters on 
>>>the loader, to be backward compatible with the old jsapi loader.
>>>- For corecharts
>>>   - Handle "zoomDelta" values below 1.0
>>>   - Add "maxTextLines" as a vertical axis option.
>>>
>>> If all goes well, this 'upcoming' version will become 'current' in 
>>> the first week of January.
>>>
>>> -- 
>>> Daniel LaLiberte 
>>> 
>>> dlali...@google.com   Cambridge MA
>>>
>>
>>
>> -- 
>> Daniel LaLiberte 
>> 
>> dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>  
> 
> .
>


 -- 
 Daniel LaLiberte 
 
 dlali...@google.com   Cambridge MA
 go/gviz-headcount 

>>> -- 
>>> 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 google-visualization-api+unsubscr...@googlegroups.com.
>>> To view this 

[visualization-api] Re: Google Charts v47

2020-02-13 Thread Maurizio Spedicati
Also I have the same problem with v47 with my Raspberry. I was forced to 
fix v46


Il giorno venerdì 20 dicembre 2019 17:24:41 UTC+1, Daniel LaLiberte ha 
scritto:
>
> As of now, the 'upcoming' version of Google Charts is v47.  This release 
> includes a large number of internal cleanups, and a few new features:
>
>- Add loader setting to enable "safeMode".  
>   - When set to true, all charts and tooltips that generate HTML from 
>   user-supplied data will sanitize it by stripping out unsafe elements 
> and 
>   attributes.
>- Add support for the "autoload" and "callback" parameters on the 
>loader, to be backward compatible with the old jsapi loader.
>- For corecharts
>   - Handle "zoomDelta" values below 1.0
>   - Add "maxTextLines" as a vertical axis option.
>
> If all goes well, this 'upcoming' version will become 'current' in the 
> first week of January.
>
> -- 
> Daniel LaLiberte 
> dlali...@google.comCambridge 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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/c05b309b-a121-45a1-a595-e59c44c62e1f%40googlegroups.com.


Re: [visualization-api] Re: Google Charts v47

2020-02-12 Thread AB
It's an internal page. How can I show/share it with you privately?

On Wednesday, February 12, 2020 at 1:37:53 PM UTC-8, Daniel LaLiberte wrote:
>
> Hi AB,
>
> Given that I don't have a way to reproduce this problem with PieChart in 
> v47, I am indeed curious what is happening in the page where you do see 
> it.  Can you share the page here, or privately to me?
>
> On Wed, Feb 12, 2020 at 2:37 PM AB > 
> wrote:
>
>> I am still seeing issues with some charts, pie charts in particular. It 
>> loads perfectly with version 46, but current errors out.
>>
>>
>> On Tuesday, February 11, 2020 at 6:39:45 AM UTC-8, Daniel LaLiberte wrote:
>>>
>>> Yes, in fact there were a few unannounced updates of v47 last night, and 
>>> another update just now.  I've mostly been modifying the loader, in 
>>> particular, to support more redirects that the old jsapi loader still 
>>> supports.   But along the way, I messed up by updating the loader with a 
>>> version that was out of sync with the Google Charts library itself.  So I 
>>> also redeployed all of v47 last evening.  
>>>
>>> As far as I can see, everything should be working now, but there may be 
>>> a few ways of loading and using Google Charts that I am not aware of that 
>>> may still be causing issues.  Please let me know the details of how you are 
>>> loading Google Charts so I can reproduce the problem, including how you 
>>> load the loader, load packages, and set up callbacks.
>>>
>>>
>>> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  wrote:
>>>
 Hiya, I just noticed that the "last modified" header on 
 https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 
 04:46:35 GMT". Was there an unpublished fix, or other change? This might 
 be 
 causing issues. At least one other poster besides myself appears to be 
 experiencing some kind of exception that is solved by explicitly loading 
 version 46 instead of current.

 Here's a small screencap of the exception: 

 On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>
> The 'current' version of Google Charts is now (within the hour) v47.  
> Please let us know if you discover problems related to this new release.
>
> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte  
> wrote:
>
>> As of now, the 'upcoming' version of Google Charts is v47.  This 
>> release includes a large number of internal cleanups, and a few new 
>> features:
>>
>>- Add loader setting to enable "safeMode".  
>>   - When set to true, all charts and tooltips that generate HTML 
>>   from user-supplied data will sanitize it by stripping out unsafe 
>> elements 
>>   and attributes.
>>- Add support for the "autoload" and "callback" parameters on the 
>>loader, to be backward compatible with the old jsapi loader.
>>- For corecharts
>>   - Handle "zoomDelta" values below 1.0
>>   - Add "maxTextLines" as a vertical axis option.
>>
>> If all goes well, this 'upcoming' version will become 'current' in 
>> the first week of January.
>>
>> -- 
>> Daniel LaLiberte 
>> 
>> dlali...@google.com   Cambridge MA
>>
>
>
> -- 
> Daniel LaLiberte 
> 
> dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
  
 
 .

>>>
>>>
>>> -- 
>>> Daniel LaLiberte 
>>> dlali...@google.com   Cambridge MA
>>> go/gviz-headcount 
>>>
>> -- 
>> 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 google-visualization-api+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/5908228f-8e05-4730-9435-2607f5d144ea%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.comCambridge MA
> 

Re: [visualization-api] Re: Google Charts v47

2020-02-12 Thread 'Daniel LaLiberte' via Google Visualization API
Hi AB,

Given that I don't have a way to reproduce this problem with PieChart in
v47, I am indeed curious what is happening in the page where you do see
it.  Can you share the page here, or privately to me?

On Wed, Feb 12, 2020 at 2:37 PM AB  wrote:

> I am still seeing issues with some charts, pie charts in particular. It
> loads perfectly with version 46, but current errors out.
>
>
> On Tuesday, February 11, 2020 at 6:39:45 AM UTC-8, Daniel LaLiberte wrote:
>>
>> Yes, in fact there were a few unannounced updates of v47 last night, and
>> another update just now.  I've mostly been modifying the loader, in
>> particular, to support more redirects that the old jsapi loader still
>> supports.   But along the way, I messed up by updating the loader with a
>> version that was out of sync with the Google Charts library itself.  So I
>> also redeployed all of v47 last evening.
>>
>> As far as I can see, everything should be working now, but there may be a
>> few ways of loading and using Google Charts that I am not aware of that may
>> still be causing issues.  Please let me know the details of how you are
>> loading Google Charts so I can reproduce the problem, including how you
>> load the loader, load packages, and set up callbacks.
>>
>>
>> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  wrote:
>>
>>> Hiya, I just noticed that the "last modified" header on
>>> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020
>>> 04:46:35 GMT". Was there an unpublished fix, or other change? This might be
>>> causing issues. At least one other poster besides myself appears to be
>>> experiencing some kind of exception that is solved by explicitly loading
>>> version 46 instead of current.
>>>
>>> Here's a small screencap of the exception:
>>>
>>> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:

 The 'current' version of Google Charts is now (within the hour) v47.
 Please let us know if you discover problems related to this new release.

 On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte 
 wrote:

> As of now, the 'upcoming' version of Google Charts is v47.  This
> release includes a large number of internal cleanups, and a few new
> features:
>
>- Add loader setting to enable "safeMode".
>   - When set to true, all charts and tooltips that generate HTML
>   from user-supplied data will sanitize it by stripping out unsafe 
> elements
>   and attributes.
>- Add support for the "autoload" and "callback" parameters on the
>loader, to be backward compatible with the old jsapi loader.
>- For corecharts
>   - Handle "zoomDelta" values below 1.0
>   - Add "maxTextLines" as a vertical axis option.
>
> If all goes well, this 'upcoming' version will become 'current' in the
> first week of January.
>
> --
> Daniel LaLiberte
> 
> dlali...@google.com   Cambridge MA
>


 --
 Daniel LaLiberte
 
 dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>> Daniel LaLiberte 
>> dlali...@google.com   Cambridge MA
>> go/gviz-headcount 
>>
> --
> 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 google-visualization-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/5908228f-8e05-4730-9435-2607f5d144ea%40googlegroups.com
> 
> .
>


-- 
Daniel LaLiberte 
dlalibe...@google.comCambridge MA
go/gviz-headcount

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

Re: [visualization-api] Re: Google Charts v47

2020-02-12 Thread AB
I am still seeing issues with some charts, pie charts in particular. It 
loads perfectly with version 46, but current errors out.


On Tuesday, February 11, 2020 at 6:39:45 AM UTC-8, Daniel LaLiberte wrote:
>
> Yes, in fact there were a few unannounced updates of v47 last night, and 
> another update just now.  I've mostly been modifying the loader, in 
> particular, to support more redirects that the old jsapi loader still 
> supports.   But along the way, I messed up by updating the loader with a 
> version that was out of sync with the Google Charts library itself.  So I 
> also redeployed all of v47 last evening.  
>
> As far as I can see, everything should be working now, but there may be a 
> few ways of loading and using Google Charts that I am not aware of that may 
> still be causing issues.  Please let me know the details of how you are 
> loading Google Charts so I can reproduce the problem, including how you 
> load the loader, load packages, and set up callbacks.
>
>
> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  > wrote:
>
>> Hiya, I just noticed that the "last modified" header on 
>> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 04:46:35 
>> GMT". Was there an unpublished fix, or other change? This might be causing 
>> issues. At least one other poster besides myself appears to be experiencing 
>> some kind of exception that is solved by explicitly loading version 46 
>> instead of current.
>>
>> Here's a small screencap of the exception: 
>>
>> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>>>
>>> The 'current' version of Google Charts is now (within the hour) v47.  
>>> Please let us know if you discover problems related to this new release.
>>>
>>> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte  
>>> wrote:
>>>
 As of now, the 'upcoming' version of Google Charts is v47.  This 
 release includes a large number of internal cleanups, and a few new 
 features:

- Add loader setting to enable "safeMode".  
   - When set to true, all charts and tooltips that generate HTML 
   from user-supplied data will sanitize it by stripping out unsafe 
 elements 
   and attributes.
- Add support for the "autoload" and "callback" parameters on the 
loader, to be backward compatible with the old jsapi loader.
- For corecharts
   - Handle "zoomDelta" values below 1.0
   - Add "maxTextLines" as a vertical axis option.

 If all goes well, this 'upcoming' version will become 'current' in the 
 first week of January.

 -- 
 Daniel LaLiberte 
 
 dlali...@google.com   Cambridge MA

>>>
>>>
>>> -- 
>>> Daniel LaLiberte 
>>> dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.comCambridge MA
> go/gviz-headcount
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/5908228f-8e05-4730-9435-2607f5d144ea%40googlegroups.com.


Re: [visualization-api] Re: Google Charts v47

2020-02-11 Thread 'Daniel LaLiberte' via Google Visualization API
I've never tried to use a chrome dev tools HAR file, but it sounds like it
will either reveal too much of your internal code, or not enough to help.
A simple test case would be best, but I guess don't bother unless this
problem persists, say in future upgrades.

On Tue, Feb 11, 2020 at 2:16 PM Jeff Johnson  wrote:

> Gotcha.
>
> Unfortunately, our app doesn't have any public facing pages. I'll see if I
> can setup a test environment or something. Or... would a chrome dev tools
> HAR file be sufficient?
>
> In any case, since v46 seems to be working fine, I feel no more urgency
> around this.
>
> On Tuesday, February 11, 2020 at 12:55:54 PM UTC-5, Daniel LaLiberte wrote:
>>
>> Hi Jeff,
>>
>> Your snippet looks fine as it is, but it wouldn't work without the key
>> ingredient, the part that loads the loader.   I expect you are using the
>> new loader at https://www.gstatic.com/charts/loader.js, but what else is
>> going on?  Since you are using jquery, you also must be loading that, but
>> how?  It would be best to point at a web page that does it all, and then I
>> can also see its source code from that same page.
>>
>> And maybe just switch back to 'current' and all will be resolved.  But
>> elsewhere, someone is having issues with the arrayToDataTable function, so
>> I am open to whatever bizarre issues might come up.
>>
>>
>>
>> On Tue, Feb 11, 2020 at 12:32 PM Jeff Johnson  wrote:
>>
>>> Hi Dan, thanks for the quick updates! I also appreciate the transparency.
>>>
>>> Here's the snippet we're using to load google charts:
>>> https://gist.github.com/jmjohnson/3c37f229d36fd79be680283269b0646a
>>>
>>> $j is jquery v1.9.1
>>>
>>> We don't have any other kinds of google chart loading setups. I bet
>>> things are working if we were to switch to current again. I'll follow up if
>>> that's not the case.
>>>
>>> Thanks again for all your help! (and for free no less!)
>>>
>>> On Tuesday, February 11, 2020 at 9:39:45 AM UTC-5, Daniel LaLiberte
>>> wrote:

 Yes, in fact there were a few unannounced updates of v47 last night,
 and another update just now.  I've mostly been modifying the loader, in
 particular, to support more redirects that the old jsapi loader still
 supports.   But along the way, I messed up by updating the loader with a
 version that was out of sync with the Google Charts library itself.  So I
 also redeployed all of v47 last evening.

 As far as I can see, everything should be working now, but there may be
 a few ways of loading and using Google Charts that I am not aware of that
 may still be causing issues.  Please let me know the details of how you are
 loading Google Charts so I can reproduce the problem, including how you
 load the loader, load packages, and set up callbacks.


 On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson 
 wrote:

> Hiya, I just noticed that the "last modified" header on
> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020
> 04:46:35 GMT". Was there an unpublished fix, or other change? This might 
> be
> causing issues. At least one other poster besides myself appears to be
> experiencing some kind of exception that is solved by explicitly loading
> version 46 instead of current.
>
> Here's a small screencap of the exception:
>
> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>>
>> The 'current' version of Google Charts is now (within the hour) v47.
>> Please let us know if you discover problems related to this new release.
>>
>> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte <
>> dlali...@google.com> wrote:
>>
>>> As of now, the 'upcoming' version of Google Charts is v47.  This
>>> release includes a large number of internal cleanups, and a few new
>>> features:
>>>
>>>- Add loader setting to enable "safeMode".
>>>   - When set to true, all charts and tooltips that generate
>>>   HTML from user-supplied data will sanitize it by stripping out 
>>> unsafe
>>>   elements and attributes.
>>>- Add support for the "autoload" and "callback" parameters on
>>>the loader, to be backward compatible with the old jsapi loader.
>>>- For corecharts
>>>   - Handle "zoomDelta" values below 1.0
>>>   - Add "maxTextLines" as a vertical axis option.
>>>
>>> If all goes well, this 'upcoming' version will become 'current' in
>>> the first week of January.
>>>
>>> --
>>> Daniel LaLiberte
>>> 
>>> dlali...@google.com   Cambridge MA
>>>
>>
>>
>> --
>> Daniel LaLiberte
>> 
>> dlali...@google.com   Cambridge MA
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Google Visualization API" group.
> To 

Re: [visualization-api] Re: Google Charts v47

2020-02-11 Thread 'Daniel LaLiberte' via Google Visualization API
Here is an example of a 'material' pie chart.  Does it work for you?
https://jsfiddle.net/dlaliberte/b5jdar7y/

On Tue, Feb 11, 2020 at 2:04 PM NDIOM MAYAKA  wrote:

> Bonjour.
>>
> Mon pie chart qui utilise le theme "Material" ne fonctionne plus
>
> --
> 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 google-visualization-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/fe170ede-6fda-4a81-b5d3-e5f3272bc052%40googlegroups.com
> 
> .
>


-- 
Daniel LaLiberte 
dlalibe...@google.comCambridge MA
go/gviz-headcount

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJPXFYJRgJr3hASY2%3DgTMUtMQ%2BeMGLZEfO%3D_Ujb0uWX5Wg%40mail.gmail.com.


Re: [visualization-api] Re: Google Charts v47

2020-02-11 Thread Jeff Johnson
Gotcha.

Unfortunately, our app doesn't have any public facing pages. I'll see if I 
can setup a test environment or something. Or... would a chrome dev tools 
HAR file be sufficient?

In any case, since v46 seems to be working fine, I feel no more urgency 
around this.

On Tuesday, February 11, 2020 at 12:55:54 PM UTC-5, Daniel LaLiberte wrote:
>
> Hi Jeff,
>
> Your snippet looks fine as it is, but it wouldn't work without the key 
> ingredient, the part that loads the loader.   I expect you are using the 
> new loader at https://www.gstatic.com/charts/loader.js, but what else is 
> going on?  Since you are using jquery, you also must be loading that, but 
> how?  It would be best to point at a web page that does it all, and then I 
> can also see its source code from that same page.
>
> And maybe just switch back to 'current' and all will be resolved.  But 
> elsewhere, someone is having issues with the arrayToDataTable function, so 
> I am open to whatever bizarre issues might come up.
>
>
>
> On Tue, Feb 11, 2020 at 12:32 PM Jeff Johnson  > wrote:
>
>> Hi Dan, thanks for the quick updates! I also appreciate the transparency.
>>
>> Here's the snippet we're using to load google charts: 
>> https://gist.github.com/jmjohnson/3c37f229d36fd79be680283269b0646a
>>
>> $j is jquery v1.9.1
>>
>> We don't have any other kinds of google chart loading setups. I bet 
>> things are working if we were to switch to current again. I'll follow up if 
>> that's not the case.
>>
>> Thanks again for all your help! (and for free no less!)
>>
>> On Tuesday, February 11, 2020 at 9:39:45 AM UTC-5, Daniel LaLiberte wrote:
>>>
>>> Yes, in fact there were a few unannounced updates of v47 last night, and 
>>> another update just now.  I've mostly been modifying the loader, in 
>>> particular, to support more redirects that the old jsapi loader still 
>>> supports.   But along the way, I messed up by updating the loader with a 
>>> version that was out of sync with the Google Charts library itself.  So I 
>>> also redeployed all of v47 last evening.  
>>>
>>> As far as I can see, everything should be working now, but there may be 
>>> a few ways of loading and using Google Charts that I am not aware of that 
>>> may still be causing issues.  Please let me know the details of how you are 
>>> loading Google Charts so I can reproduce the problem, including how you 
>>> load the loader, load packages, and set up callbacks.
>>>
>>>
>>> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  wrote:
>>>
 Hiya, I just noticed that the "last modified" header on 
 https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 
 04:46:35 GMT". Was there an unpublished fix, or other change? This might 
 be 
 causing issues. At least one other poster besides myself appears to be 
 experiencing some kind of exception that is solved by explicitly loading 
 version 46 instead of current.

 Here's a small screencap of the exception: 

 On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>
> The 'current' version of Google Charts is now (within the hour) v47.  
> Please let us know if you discover problems related to this new release.
>
> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte  
> wrote:
>
>> As of now, the 'upcoming' version of Google Charts is v47.  This 
>> release includes a large number of internal cleanups, and a few new 
>> features:
>>
>>- Add loader setting to enable "safeMode".  
>>   - When set to true, all charts and tooltips that generate HTML 
>>   from user-supplied data will sanitize it by stripping out unsafe 
>> elements 
>>   and attributes.
>>- Add support for the "autoload" and "callback" parameters on the 
>>loader, to be backward compatible with the old jsapi loader.
>>- For corecharts
>>   - Handle "zoomDelta" values below 1.0
>>   - Add "maxTextLines" as a vertical axis option.
>>
>> If all goes well, this 'upcoming' version will become 'current' in 
>> the first week of January.
>>
>> -- 
>> Daniel LaLiberte 
>> 
>> dlali...@google.com   Cambridge MA
>>
>
>
> -- 
> Daniel LaLiberte 
> 
> dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
  
 

[visualization-api] Re: Google Charts v47

2020-02-11 Thread NDIOM MAYAKA

>
> Bonjour.
>
Mon pie chart qui utilise le theme "Material" ne fonctionne plus  

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/fe170ede-6fda-4a81-b5d3-e5f3272bc052%40googlegroups.com.


Re: [visualization-api] Re: Google Charts v47

2020-02-11 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Jeff,

Your snippet looks fine as it is, but it wouldn't work without the key
ingredient, the part that loads the loader.   I expect you are using the
new loader at https://www.gstatic.com/charts/loader.js, but what else is
going on?  Since you are using jquery, you also must be loading that, but
how?  It would be best to point at a web page that does it all, and then I
can also see its source code from that same page.

And maybe just switch back to 'current' and all will be resolved.  But
elsewhere, someone is having issues with the arrayToDataTable function, so
I am open to whatever bizarre issues might come up.



On Tue, Feb 11, 2020 at 12:32 PM Jeff Johnson  wrote:

> Hi Dan, thanks for the quick updates! I also appreciate the transparency.
>
> Here's the snippet we're using to load google charts:
> https://gist.github.com/jmjohnson/3c37f229d36fd79be680283269b0646a
>
> $j is jquery v1.9.1
>
> We don't have any other kinds of google chart loading setups. I bet things
> are working if we were to switch to current again. I'll follow up if that's
> not the case.
>
> Thanks again for all your help! (and for free no less!)
>
> On Tuesday, February 11, 2020 at 9:39:45 AM UTC-5, Daniel LaLiberte wrote:
>>
>> Yes, in fact there were a few unannounced updates of v47 last night, and
>> another update just now.  I've mostly been modifying the loader, in
>> particular, to support more redirects that the old jsapi loader still
>> supports.   But along the way, I messed up by updating the loader with a
>> version that was out of sync with the Google Charts library itself.  So I
>> also redeployed all of v47 last evening.
>>
>> As far as I can see, everything should be working now, but there may be a
>> few ways of loading and using Google Charts that I am not aware of that may
>> still be causing issues.  Please let me know the details of how you are
>> loading Google Charts so I can reproduce the problem, including how you
>> load the loader, load packages, and set up callbacks.
>>
>>
>> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  wrote:
>>
>>> Hiya, I just noticed that the "last modified" header on
>>> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020
>>> 04:46:35 GMT". Was there an unpublished fix, or other change? This might be
>>> causing issues. At least one other poster besides myself appears to be
>>> experiencing some kind of exception that is solved by explicitly loading
>>> version 46 instead of current.
>>>
>>> Here's a small screencap of the exception:
>>>
>>> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:

 The 'current' version of Google Charts is now (within the hour) v47.
 Please let us know if you discover problems related to this new release.

 On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte 
 wrote:

> As of now, the 'upcoming' version of Google Charts is v47.  This
> release includes a large number of internal cleanups, and a few new
> features:
>
>- Add loader setting to enable "safeMode".
>   - When set to true, all charts and tooltips that generate HTML
>   from user-supplied data will sanitize it by stripping out unsafe 
> elements
>   and attributes.
>- Add support for the "autoload" and "callback" parameters on the
>loader, to be backward compatible with the old jsapi loader.
>- For corecharts
>   - Handle "zoomDelta" values below 1.0
>   - Add "maxTextLines" as a vertical axis option.
>
> If all goes well, this 'upcoming' version will become 'current' in the
> first week of January.
>
> --
> Daniel LaLiberte
> 
> dlali...@google.com   Cambridge MA
>


 --
 Daniel LaLiberte
 
 dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>> Daniel LaLiberte 
>> dlali...@google.com   Cambridge MA
>> go/gviz-headcount 
>>
> --
> 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 google-visualization-api+unsubscr...@googlegroups.com.
> To view this 

Re: [visualization-api] Re: Google Charts v47

2020-02-11 Thread Jeff Johnson
Hi Dan, thanks for the quick updates! I also appreciate the transparency.

Here's the snippet we're using to load google 
charts: https://gist.github.com/jmjohnson/3c37f229d36fd79be680283269b0646a

$j is jquery v1.9.1

We don't have any other kinds of google chart loading setups. I bet things 
are working if we were to switch to current again. I'll follow up if that's 
not the case.

Thanks again for all your help! (and for free no less!)

On Tuesday, February 11, 2020 at 9:39:45 AM UTC-5, Daniel LaLiberte wrote:
>
> Yes, in fact there were a few unannounced updates of v47 last night, and 
> another update just now.  I've mostly been modifying the loader, in 
> particular, to support more redirects that the old jsapi loader still 
> supports.   But along the way, I messed up by updating the loader with a 
> version that was out of sync with the Google Charts library itself.  So I 
> also redeployed all of v47 last evening.  
>
> As far as I can see, everything should be working now, but there may be a 
> few ways of loading and using Google Charts that I am not aware of that may 
> still be causing issues.  Please let me know the details of how you are 
> loading Google Charts so I can reproduce the problem, including how you 
> load the loader, load packages, and set up callbacks.
>
>
> On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  > wrote:
>
>> Hiya, I just noticed that the "last modified" header on 
>> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 04:46:35 
>> GMT". Was there an unpublished fix, or other change? This might be causing 
>> issues. At least one other poster besides myself appears to be experiencing 
>> some kind of exception that is solved by explicitly loading version 46 
>> instead of current.
>>
>> Here's a small screencap of the exception: 
>>
>> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>>>
>>> The 'current' version of Google Charts is now (within the hour) v47.  
>>> Please let us know if you discover problems related to this new release.
>>>
>>> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte  
>>> wrote:
>>>
 As of now, the 'upcoming' version of Google Charts is v47.  This 
 release includes a large number of internal cleanups, and a few new 
 features:

- Add loader setting to enable "safeMode".  
   - When set to true, all charts and tooltips that generate HTML 
   from user-supplied data will sanitize it by stripping out unsafe 
 elements 
   and attributes.
- Add support for the "autoload" and "callback" parameters on the 
loader, to be backward compatible with the old jsapi loader.
- For corecharts
   - Handle "zoomDelta" values below 1.0
   - Add "maxTextLines" as a vertical axis option.

 If all goes well, this 'upcoming' version will become 'current' in the 
 first week of January.

 -- 
 Daniel LaLiberte 
 
 dlali...@google.com   Cambridge MA

>>>
>>>
>>> -- 
>>> Daniel LaLiberte 
>>> dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.comCambridge MA
> go/gviz-headcount
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/949f720d-30b5-4d93-88aa-8469005d1a9c%40googlegroups.com.


Re: [visualization-api] Re: Google Charts v47

2020-02-11 Thread 'Daniel LaLiberte' via Google Visualization API
Yes, in fact there were a few unannounced updates of v47 last night, and
another update just now.  I've mostly been modifying the loader, in
particular, to support more redirects that the old jsapi loader still
supports.   But along the way, I messed up by updating the loader with a
version that was out of sync with the Google Charts library itself.  So I
also redeployed all of v47 last evening.

As far as I can see, everything should be working now, but there may be a
few ways of loading and using Google Charts that I am not aware of that may
still be causing issues.  Please let me know the details of how you are
loading Google Charts so I can reproduce the problem, including how you
load the loader, load packages, and set up callbacks.


On Tue, Feb 11, 2020 at 9:23 AM Jeff Johnson  wrote:

> Hiya, I just noticed that the "last modified" header on
> https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 04:46:35
> GMT". Was there an unpublished fix, or other change? This might be causing
> issues. At least one other poster besides myself appears to be experiencing
> some kind of exception that is solved by explicitly loading version 46
> instead of current.
>
> Here's a small screencap of the exception:
>
> On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>>
>> The 'current' version of Google Charts is now (within the hour) v47.
>> Please let us know if you discover problems related to this new release.
>>
>> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte 
>> wrote:
>>
>>> As of now, the 'upcoming' version of Google Charts is v47.  This release
>>> includes a large number of internal cleanups, and a few new features:
>>>
>>>- Add loader setting to enable "safeMode".
>>>   - When set to true, all charts and tooltips that generate HTML
>>>   from user-supplied data will sanitize it by stripping out unsafe 
>>> elements
>>>   and attributes.
>>>- Add support for the "autoload" and "callback" parameters on the
>>>loader, to be backward compatible with the old jsapi loader.
>>>- For corecharts
>>>   - Handle "zoomDelta" values below 1.0
>>>   - Add "maxTextLines" as a vertical axis option.
>>>
>>> If all goes well, this 'upcoming' version will become 'current' in the
>>> first week of January.
>>>
>>> --
>>> Daniel LaLiberte 
>>> dlali...@google.com   Cambridge MA
>>>
>>
>>
>> --
>> Daniel LaLiberte 
>> dlali...@google.com   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 google-visualization-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com
> 
> .
>


-- 
Daniel LaLiberte 
dlalibe...@google.comCambridge MA
go/gviz-headcount

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOh7kOCRhA49eZ5-EWRKjiTXU9qF8aXG8u6GtS3Eue7Sg%40mail.gmail.com.


[visualization-api] Re: Google Charts v47

2020-02-11 Thread Jeff Johnson
Hiya, I just noticed that the "last modified" header 
on https://www.gstatic.com/charts/loader.js says "Tue, 11 Feb 2020 04:46:35 
GMT". Was there an unpublished fix, or other change? This might be causing 
issues. At least one other poster besides myself appears to be experiencing 
some kind of exception that is solved by explicitly loading version 46 
instead of current.

Here's a small screencap of the exception: 

On Monday, January 6, 2020 at 1:53:02 PM UTC-5, Daniel LaLiberte wrote:
>
> The 'current' version of Google Charts is now (within the hour) v47.  
> Please let us know if you discover problems related to this new release.
>
> On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte  > wrote:
>
>> As of now, the 'upcoming' version of Google Charts is v47.  This release 
>> includes a large number of internal cleanups, and a few new features:
>>
>>- Add loader setting to enable "safeMode".  
>>   - When set to true, all charts and tooltips that generate HTML 
>>   from user-supplied data will sanitize it by stripping out unsafe 
>> elements 
>>   and attributes.
>>- Add support for the "autoload" and "callback" parameters on the 
>>loader, to be backward compatible with the old jsapi loader.
>>- For corecharts
>>   - Handle "zoomDelta" values below 1.0
>>   - Add "maxTextLines" as a vertical axis option.
>>
>> If all goes well, this 'upcoming' version will become 'current' in the 
>> first week of January.
>>
>> -- 
>> Daniel LaLiberte 
>> dlali...@google.comCambridge MA
>>
>
>
> -- 
> Daniel LaLiberte 
> dlali...@google.comCambridge 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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/86f7c4ed-c792-485a-9a34-9a9e90356432%40googlegroups.com.


[visualization-api] Re: Google Charts v47

2020-01-06 Thread 'Daniel LaLiberte' via Google Visualization API
The 'current' version of Google Charts is now (within the hour) v47.
Please let us know if you discover problems related to this new release.

On Fri, Dec 20, 2019 at 11:24 AM Daniel LaLiberte 
wrote:

> As of now, the 'upcoming' version of Google Charts is v47.  This release
> includes a large number of internal cleanups, and a few new features:
>
>- Add loader setting to enable "safeMode".
>   - When set to true, all charts and tooltips that generate HTML from
>   user-supplied data will sanitize it by stripping out unsafe elements and
>   attributes.
>- Add support for the "autoload" and "callback" parameters on the
>loader, to be backward compatible with the old jsapi loader.
>- For corecharts
>   - Handle "zoomDelta" values below 1.0
>   - Add "maxTextLines" as a vertical axis option.
>
> If all goes well, this 'upcoming' version will become 'current' in the
> first week of January.
>
> --
> Daniel LaLiberte 
> dlalibe...@google.comCambridge MA
>


-- 
Daniel LaLiberte 
dlalibe...@google.comCambridge 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 google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNe2eny%2BaZntKQxp9zWWkDdom8tE8H4drByuqC8t64oNQ%40mail.gmail.com.