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.  Consequently, any previously loaded google.maps code
will be deleted. Until I figure this out, this probably means that anyone
using both Google Charts and Google Maps in the same document cannot load
the 'upcoming' version. Alternatively, if 'upcoming' is required, it might
work to load the Google Charts code before loading the Google Maps code.

On Mon, Feb 20, 2023 at 2:15 PM Daniel LaLiberte <dlalibe...@google.com>
wrote:

> Google Charts version '52' is now available.  You can use this upcoming
> version by loading 'upcoming'.  Please test the new features and let us
> know if you experience any issues.
>
> <script>
>
>   google.charts.load('upcoming',
>
>    {packages: ['corechart']});
>
> </script>
>
> This release primarily consists of a large number of refactoring and
> cleanup changes.  All code has been migrated to ES6, and a substantial
> fraction has been migrated to TypeScript. We are still moving forward
> toward open-sourcing the Google Charts code, but many more internal changes
> are required before that can be accomplished.
>
>
> Anticipated production release date: March 20, 2023
>
> At this time, the 'current' version is still '51'.
>
> On the release date, loading either 'current' or 'upcoming' will load
> '52'.
>
> Note that this is a much longer release cycle compared to previous
> releases, due to the large number of internal changes.
>
>
>
>    -
>
>    GeoChart
>    -
>
>       Updated geochartVersion to 11, and regioncoderVersion to 1.
>       -
>
>    Dygraph charts
>    -
>
>       Gantt, Timeline, and the Material charts: Bar, Line, Scatter
>       -
>
>       No longer loads the Dygraph library dynamically since it is
>       compiled in.
>       -
>
>    Table
>    -
>
>       Fix highlighting of current page number for more than 11 pages.
>       -
>
>    OrgChart
>    -
>
>       Add ‘compactRows’ option. Default is false.
>       -
>
>       Uses the  Reingold-Tilford <https://reingold.co/tidier-drawings.pdf>
>       algorithm for layered trees. Its main advantage is a more effective use 
> of
>       horizontal space by placing subtrees close together as long as nodes in 
> the
>       same layer do not overlap.
>
>
> --
>
> • Daniel LaLiberte
>
>  • SWE
>
>  • Cambridge MA
>
>  • dlalibe...@google.com <dlalibe...@google.com>
>


-- 

• Daniel LaLiberte

 • SWE

 • Cambridge MA

 • dlalibe...@google.com <dlalibe...@google.com>

-- 
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/CAOtcSJNmh25yx1OLLLk4_q4xrm4Szw2A%3DYcK9b%2BfLcQS-5jgRQ%40mail.gmail.com.

Reply via email to