You are here

constant ChartInterface::DUAL_AXIS in Charts 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Plugin/chart/Library/ChartInterface.php \Drupal\charts\Plugin\chart\Library\ChartInterface::DUAL_AXIS

Used to define a dual axis.

Constant used in chartsTypeInfo() to declare chart types with a dual axes. Most charts use this type of data, meaning multiple categories each have multiple values. This type of data is usually represented as a table.

File

src/Plugin/chart/Library/ChartInterface.php, line 29

Class

ChartInterface
Defines an interface for Chart plugins.

Namespace

Drupal\charts\Plugin\chart\Library

Code

const DUAL_AXIS = 'xy';