← All changes
|
classes/Visualizer/Gutenberg/src/Components/ChartSelect.js
+1
-2
3.10.3
→
3.10.7
View file →
| @@ -55,10 +55,9 @@ | ||
| 55 | 55 | }; |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | render() { |
| 59 | - | |
| 60 | - let chartVersion = 'undefined' !== typeof google ? google.visualization.Version : 'current'; | |
| 59 | + let chartVersion = 'undefined' !== typeof google.visualization ? google.visualization.Version : 'current'; | |
| 61 | 60 | |
| 62 | 61 | let chart, footer; |
| 63 | 62 | |
| 64 | 63 | let data = formatDate( JSON.parse( JSON.stringify( this.props.chart ) ) ); |