Skip to content
Snippets Groups Projects
Commit 926a2bb0 authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Issue #3002314: chart_area options are not being properly handled

parent e616a229
No related branches found
No related tags found
No related merge requests found
...@@ -390,6 +390,8 @@ class Google extends AbstractChart { ...@@ -390,6 +390,8 @@ class Google extends AbstractChart {
$chartArea->setPaddingLeft($options['chart_area']['left']); $chartArea->setPaddingLeft($options['chart_area']['left']);
} }
$googleOptions->setChartArea($chartArea);
$seriesCount = count($seriesData); $seriesCount = count($seriesData);
$categoriesCount = count($seriesData[0]['data']); $categoriesCount = count($seriesData[0]['data']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment