You are here

function chart_init in Google Chart Tools: Image Charts 6

Same name and namespace in other branches
  1. 5 chart.module \chart_init()

Implementation of hook_init().

File

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

Code

function chart_init() {
  _chart_color_schemes(TRUE);
}