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

2023-04-04 Thread 'Daniel LaLiberte' via Google Visualization API
There are two known regression bugs in v52. 1. CategoryFilter css problem 2. fontName option used (via webfonts.js) with material charts. So I rolled back the rollout, so 'current' is (or soon will be) '51' again. It would be great if more people could keep testing the 'upcoming' version before

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

2023-04-03 Thread 'Daniel LaLiberte' via Google Visualization API
The 'current' version is now '52'. Due to caching, it may take a couple hours before you see the change. For most people, there should be no visible change. On Mon, Mar 20, 2023 at 12:44 PM Daniel LaLiberte wrote: > For some reason I am not yet aware of, this group was blocked for the past >

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

2023-03-20 Thread 'Daniel LaLiberte' via Google Visualization API
For some reason I am not yet aware of, this group was blocked for the past week, but at this time it appears to be open again. If you attempt to post but it was rejected, please try again. On Saturday, March 11, 2023 at 5:55:31 PM UTC-5 Daniel LaLiberte wrote: > > > Daniel LaLiberte > 5:35 PM

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

2023-03-11 Thread 'Daniel LaLiberte' via Google Visualization API
Daniel LaLiberte 5:35 PM (17 minutes ago) Reply to google-visualization-api I've updated v52 with a fix for the orgchart bug (when the table would have colspans greater than 1000). There are also a large number of changes to the module structure of the code, all to eliminate the "var goo

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

2023-02-22 Thread 'Daniel LaLiberte' via Google Visualization API
Unfortunately, I did not have time to work on the histogram bug that you pointed out previously. https://github.com/google/google-visualization-issues/issues would be the ideal place to post a bug about this, which you can then track. We have not properly followed up by maintaining this issues li

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

2023-02-22 Thread Emmanuel Schanzer
Hi Daniel - congrats on the new release! Is there a place where we can track open issues, to see if they're resolved? (The histogram-intervals bug is still killing us...) Hopefully the refactoring will allow for

[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. Cons