You are here

protected property ChartsPluginStyleChart::$usesGrouping in Charts 8

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

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

Class

ChartsPluginStyleChart
Style plugin to render view as a chart.

Namespace

Drupal\charts\Plugin\views\style

Code

protected $usesGrouping = FALSE;