diff --git a/views/charts_plugin_style_chart.inc b/views/charts_plugin_style_chart.inc
index 43385403f6f6cf7bb185d6d9f84bbac05c99b2b9..f991d15e5424b7592cb902aac629eacc3bbd6c3a 100644
--- a/views/charts_plugin_style_chart.inc
+++ b/views/charts_plugin_style_chart.inc
@@ -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']);