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