Exemple #1
0
 /**
  * Add the serie to chart
  * @param \Hightcharts\Pie\Serie;
  * @return \Highcharts\Line
  */
 public function addSerie(Serie $serie)
 {
     $this->series[] = $serie->getOptions();
     return $this;
 }