You are here

protected property ChartsPluginStyleChart::$chartManager in Charts 8.4

Same name and namespace in other branches
  1. 8.3 src/Plugin/views/style/ChartsPluginStyleChart.php \Drupal\charts\Plugin\views\style\ChartsPluginStyleChart::chartManager
  2. 5.0.x src/Plugin/views/style/ChartsPluginStyleChart.php \Drupal\charts\Plugin\views\style\ChartsPluginStyleChart::chartManager

The chart manager service.

Type: \Drupal\charts\ChartManager

File

src/Plugin/views/style/ChartsPluginStyleChart.php, line 58

Class

ChartsPluginStyleChart
Style plugin to render view as a chart.

Namespace

Drupal\charts\Plugin\views\style

Code

protected $chartManager;