You are here

constant ChartsInterface::CHARTS_SINGLE_AXIS in Charts 8.3

Used to define a single axis.

Constant used in chartsTypeInfo() to declare chart types with a single axis. For example a pie chart only has a single dimension.

File

src/Theme/ChartsInterface.php, line 16

Class

ChartsInterface
Provides an interface defining Charts constants.

Namespace

Drupal\charts\Theme

Code

const CHARTS_SINGLE_AXIS = 'y_only';