Example #1
0
 /**
  * Manipulate the configuration of the series picker since only one metric is selectable
  * for pie charts
  * @param bool $multiSelect
  */
 protected function addSeriesPickerToView($multiSelect = false)
 {
     // force $multiSelect=false
     parent::addSeriesPickerToView(false);
 }