You are here

function hook_chart_definition_CHART_ID_alter in Charts 8

Same name and namespace in other branches
  1. 8.4 charts.api.php \hook_chart_definition_CHART_ID_alter()
  2. 7.2 charts.api.php \hook_chart_definition_CHART_ID_alter()
  3. 5.0.x charts.api.php \hook_chart_definition_CHART_ID_alter()

Alter an individual chart before it's rendered.

Same as hook_chart_definition_alter(), only including the $chart_id in the function name instead of being passed in as an argument.

Parameters

$chart:

See also

hook_chart_definition_alter()

File

./charts.api.php, line 124
Documentation on hooks provided by the Charts module.

Code

function hook_chart_definition_CHART_ID_alter(&$chart) {
}