You are here

function commerce_reports_charts_info_alter in Commerce Reporting 7.4

Implements hook_charts_info_alter().

File

./commerce_reports.module, line 108
Module file for Commerce Reports.

Code

function commerce_reports_charts_info_alter(&$info) {

  // Say the Google charts library supports geo charts.
  $info['google']['types'][] = 'geomap';
}