Skip to content
Snippets Groups Projects
Commit 436d278a authored by Pierre Vriens's avatar Pierre Vriens
Browse files

#2347721 Pass view info to chart (for further processing)

parent 92d256d7
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ class charts_plugin_style_chart extends views_plugin_style {
'#legend_position' => $this->options['legend_position'] ? $this->options['legend_position'] : NULL,
'#width' => $this->options['width'],
'#height' => $this->options['height'],
'#view' => $this->view, // pass info about the actual view results to allow further processing
);
$chart_type_info = chart_get_type($this->options['type']);
......
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