function chart_data_colors in Google Chart Tools: Image Charts 5
Same name and namespace in other branches
- 6 chart.module \chart_data_colors()
- 7 chart.module \chart_data_colors()
Data Colors
Parameters
array $colors:
Return value
array
File
- ./
chart.module, line 865 - Google Charting API. Developed by Tj Holowaychuk
Code
function chart_data_colors($colors) {
return $colors;
}