<script>
google.charts.load('upcoming', {packages: ['corechart']});
</script>
This release includes many internal refactorings and mirations to ES6 and TypeScript, in preparation for the first phase of open-sourcing Google Charts.
enableHighlight option enables highlighting of elements. How the highlighting is triggered should be configured with eventsConfig. (highlightOnMouseOver is deprecated)eventsConfig option for configuring how events trigger Treemap interactions. The default configuration is:'highlight', 'unhighlight', 'drilldown'<script>
google.charts.load('49', {packages: ['corechart']});
</script>