Google Chart Tools
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Display live data on your site using Google Chart Tools
Google Chart Tools module provides a simple API to Build custom interactive SVG charts.
The module contain an example module which demonstrate how this module can be use.
New
- Support for
Organizational Chart.
Geo Chart (example).
Analytics Dashboard
In addition, an Analytics Dashboard module is included.
The Analytics Dashboard creates an analytics page with time frame filters and some defaults site analystics charts, with the tools to add new charts and control the charts visibility.
Views integration
The Google Chart Tools Views module is based on the Views built in aggregation function.
For basic instructions of using the Views integration module check the README.txt file.
dependencies
- Requires Views
- Optional Views Date Format SQL
Example
<?php
$settings['chart']['chartOne'] = array(
'header' => array('Apple', 'Banana', 'Mango'),
'rows' => array(array(12, 6, 8)),
'columns' => array('Fruit count'),
'chartType' => 'PieChart',
'containerId' => 'content',
'options' => array(
'forceIFrame' => FALSE,
'title' => 'Fruit count',
'width' => 800,
'height' => 400
)
);
//Draw it.
$ret = draw_chart($settings);
?>Other charts modules
- Google chart API - Is using the Image Charts of the Google Chart API
- Raphaël - Using the gRaphaël library
- Flot - Using the Flot library
Google Chart Tools is part of the OpenideaL distribution.
