You are here

constant CHARTS_SINGLE_AXIS in Charts 7.2

Same name and namespace in other branches
  1. 8 includes/charts.pages.inc \CHARTS_SINGLE_AXIS

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

3 uses of CHARTS_SINGLE_AXIS
charts_charts_type_info in ./charts.module
Implements hook_charts_type_info().
charts_plugin_style_chart::render in views/charts_plugin_style_chart.inc
Render the entire view from the view result.
charts_settings_form in includes/charts.pages.inc
Module settings page. Users can set the default layout of their charts.

File

./charts.module, line 11
Provides elements for rendering charts and Views integration.

Code

define('CHARTS_SINGLE_AXIS', 'y_only');