constant ChartInterface::DUAL_AXIS in Charts 8.4
Same name and namespace in other branches
- 5.0.x 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\LibraryCode
const DUAL_AXIS = 'xy';