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\ThemeCode
const CHARTS_SINGLE_AXIS = 'y_only';