As of now, Google Charts 'current' version is v50. If you want to keep
using v49, you can load it with, e.g.:
<script>
google.charts.load('*49*',
{packages: ['corechart']});
</script>
Please report problems in the google-visualization-api group.
On Wed, Mar 31, 2021 at 7:49 PM Daniel LaLiberte <[email protected]>
wrote:
> Google Charts version '50' is now available. As before, 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>
>
>
> *Anticipated production release date*: April 11, 2021
> At this time, the 'current' version is still '49'.
> On the release date, loading either 'current' or 'upcoming' will load
> '50'.
>
> This release includes many internal refactorings and mirations to ES6 and
> TypeScript, in preparation for the first phase of open-sourcing Google
> Charts.
>
> - VegaChart
> <https://developers.google.com/chart/interactive/docs/gallery/vegachart>
> - Added support for Vega-lite, and Vega-embed.
> - Treemap
> <https://developers.google.com/chart/interactive/docs/gallery/treemap>
> - New enableHighlight option enables highlighting of elements. How
> the highlighting is triggered should be configured with eventsConfig. (
> highlightOnMouseOver is deprecated)
> - New eventsConfig option for configuring how events trigger
> Treemap interactions. The default configuration is:
>
> {
> highlight: ['mouseover'],
> unhighlight: ['mouseout'],
> rollup: ['contextmenu'], // right-click
> drilldown: ['click']
> }
>
> - New events: 'highlight', 'unhighlight', 'drilldown'
> - Query
> - Workaround lack of support in older versions of spreadsheets for
> the new more secure JSON response handling (which resulted in CORS
> errors).
>
>
>
>
> --
>
> • Daniel LaLiberte
>
> • SWE
>
> • Cambridge MA
>
> • [email protected] <[email protected]>
>
--
• Daniel LaLiberte
• SWE
• Cambridge MA
• [email protected] <[email protected]>
--
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/CAOtcSJPEFDmO4Hr3A1M-d3gJZfxRhTvdRK3-uQo%2BtDY1S%2BW3Jg%40mail.gmail.com.