You are here

function chart_data_colors in Google Chart Tools: Image Charts 7

Same name and namespace in other branches
  1. 5 chart.module \chart_data_colors()
  2. 6 chart.module \chart_data_colors()

Data Colors

Parameters

array $colors:

Return value

array

File

./chart.module, line 1046
Provides primary Drupal hook implementations.

Code

function chart_data_colors($colors) {
  return $colors;
}