You are here

function chart_init in Google Chart Tools: Image Charts 5

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

Implementation of hook_init().

File

./chart.module, line 72
Google Charting API. Developed by Tj Holowaychuk

Code

function chart_init() {
  _chart_color_schemes(TRUE);
}