function chart_data_colors in Google Chart Tools: Image Charts 7
Same name and namespace in other branches
- 5 chart.module \chart_data_colors()
- 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;
}