You are here

function _charts_examples_pie_tooltips in Charts 7.2

File

includes/charts.examples.inc, line 69

Code

function _charts_examples_pie_tooltips() {
  $example = _charts_examples_pie_simple();
  $example['chart']['#title'] = t('Pie tooltips');
  $example['chart']['#tooltips'] = TRUE;
  $example['chart']['#data_labels'] = FALSE;
  return $example;
}