function __construct()
 {
     parent::__construct();
     $this->chart->type = 'spline';
     //    $this->xAxis = new HighRollerXAxis();
     //    $this->yAxis = new HighRollerYAxis();
     //    $this->plotOptions->spline = new HighRollerPlotOptionsByChartType($this->chart->type);
 }
 function __construct()
 {
     parent::__construct();
     $this->chart->type = 'area';
     //    $this->chart->alignTicks = true;
     //    $this->chart->endOnTick = false;
     //    $this->xAxis = new HighRollerXAxis();
     //    $this->yAxis = new HighRollerYAxis();
     //    $this->plotOptions->area = new HighRollerPlotOptionsByChartType($this->chart->type);
 }
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'pyramid';
 }
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'scatter';
 }
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'column';
 }
 function __construct()
 {
     parent::__construct();
     $this->chart->type = 'pie';
     //    $this->plotOptions->pie = new HighRollerPlotOptionsByChartType($this->chart->type);
 }
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'heatmap';
 }
Ejemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'spline';
 }
Ejemplo n.º 9
0
 function __construct()
 {
     parent::__construct();
     $this->chart->type = 'area';
 }
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'funnel';
 }
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'boxplot';
 }
Ejemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'waterfall';
 }