You are here

public function TypeInterface::supportStacking in Charts 8.4

Same name and namespace in other branches
  1. 5.0.x src/Plugin/chart/Type/TypeInterface.php \Drupal\charts\Plugin\chart\Type\TypeInterface::supportStacking()

Gets whether the chart type axis supports stacking.

Return value

bool TRUE if the chart type axis supports stacking, FALSE otherwise.

1 method overrides TypeInterface::supportStacking()
Type::supportStacking in src/Plugin/chart/Type/Type.php
Gets whether the chart type axis supports stacking.

File

src/Plugin/chart/Type/TypeInterface.php, line 48

Class

TypeInterface
Defines an interface for Chart type plugins.

Namespace

Drupal\charts\Plugin\chart\Type

Code

public function supportStacking();