From 926a2bb0a03a53ec047fef8197e3b007dec3800f Mon Sep 17 00:00:00 2001 From: Daniel Cothran <daniel@andile.co> Date: Sat, 29 Sep 2018 11:18:52 -0400 Subject: [PATCH] Issue #3002314: chart_area options are not being properly handled --- modules/charts_google/src/Plugin/chart/Google.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/charts_google/src/Plugin/chart/Google.php b/modules/charts_google/src/Plugin/chart/Google.php index 87cedf6..ff9f193 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']); -- GitLab