constant CHARTS_DUAL_AXIS in Charts 7.2
Same name and namespace in other branches
- 8 includes/charts.pages.inc \CHARTS_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
- charts_charts_type_info in ./
charts.module - Implements hook_charts_type_info().
- charts_pre_render_element in ./
charts.module - Main #pre_render callback to expand a chart element.
- charts_type_info in ./
charts.module - 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
- ./
charts.module, line 18 - Provides elements for rendering charts and Views integration.
Code
define('CHARTS_DUAL_AXIS', 'xy');