Skip to content
Snippets Groups Projects

Edit Google.php

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -564,6 +564,9 @@ class Google extends ChartBase implements ContainerFactoryPluginInterface {
];
}
else {
if (!isset($data[0])) {
$data[0] = [];
}
array_unshift($data[0], '');
}
// Ensure consistent column count.
Loading