We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e422de4 commit 4ac8adcCopy full SHA for 4ac8adc
classes/Visualizer/Gutenberg/Block.php
@@ -367,6 +367,10 @@ public function get_visualizer_data( $post ) {
367
$data['visualizer-data'] = $this->format_chart_data( $data['visualizer-data'], $data['visualizer-series'] );
368
}
369
370
+ if ( ! isset( $data['visualizer-settings']['hAxis']['format'] ) ) {
371
+ $data['visualizer-settings']['hAxis']['format'] = '';
372
+ }
373
+
374
$data['visualizer-data-exploded'] = '';
375
// handle annotations for google charts
376
if ( 'GoogleCharts' === $library ) {
0 commit comments