You are here

constant CHARTS_DUAL_AXIS in Charts 8

Same name and namespace in other branches
  1. 7.2 charts.module \CHARTS_DUAL_AXIS

Used to define a dual axis.

Constant used in hook_charts_type_info() 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.

4 uses of CHARTS_DUAL_AXIS
ChartsConfigForm::charts_charts_type_info in src/Form/ChartsConfigForm.php
charts_charts_type_info in includes/charts.pages.inc
Implements hook_charts_type_info().
charts_type_info in includes/charts.pages.inc
Retrieve a list of all chart types available.
hook_charts_type_info in ./charts.api.php
Provide a new chart type to the system.

File

includes/charts.pages.inc, line 41
Menu callbacks for Charts module.

Code

define('CHARTS_DUAL_AXIS', 'xy');