Google Charts 'upcoming' release of v50

376 views
Skip to first unread message

Daniel LaLiberte

unread,
Mar 31, 2021, 7:50:04 PM3/31/21
to Google Visualization API, charts-announce
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
    • Added support for Vega-lite, and Vega-embed.
  • 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

 • dlaliberte@Google.com

Daniel LaLiberte

unread,
Apr 12, 2021, 2:36:39 PM4/12/21
to Google Visualization API, charts-announce
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.
Reply all
Reply to author
Forward
0 new messages