diff --git a/modules/charts_google/src/Plugin/chart/Google.php b/modules/charts_google/src/Plugin/chart/Google.php
index 87cedf666bcfcf07121d0f174b3cf3cfc33232ba..ff9f193e3909a8f651a5000795864548802ba867 100644
--- a/modules/charts_google/src/Plugin/chart/Google.php
+++ b/modules/charts_google/src/Plugin/chart/Google.php
@@ -390,6 +390,8 @@ class Google extends AbstractChart {
       $chartArea->setPaddingLeft($options['chart_area']['left']);
     }
 
+    $googleOptions->setChartArea($chartArea);
+
     $seriesCount = count($seriesData);
     $categoriesCount = count($seriesData[0]['data']);