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
Branches 8.x-3.x
No related tags found
No related merge requests found
......@@ -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']);
......
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