You are here

function chart_data_colors in Google Chart Tools: Image Charts 6

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

Data Colors

Parameters

array $colors:

Return value

array

File

./chart.module, line 997
Provides Google chart API integration.

Code

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