コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->chart->type = 'spline';
     //    $this->xAxis = new HighRollerXAxis();
     //    $this->yAxis = new HighRollerYAxis();
     //    $this->plotOptions->spline = new HighRollerPlotOptionsByChartType($this->chart->type);
 }
コード例 #2
0
 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);
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'pyramid';
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'scatter';
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'column';
 }
コード例 #6
0
 function __construct()
 {
     parent::__construct();
     $this->chart->type = 'pie';
     //    $this->plotOptions->pie = new HighRollerPlotOptionsByChartType($this->chart->type);
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'heatmap';
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'spline';
 }
コード例 #9
0
 function __construct()
 {
     parent::__construct();
     $this->chart->type = 'area';
 }
コード例 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'funnel';
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'boxplot';
 }
コード例 #12
0
 public function __construct()
 {
     parent::__construct();
     $this->chart->type = 'waterfall';
 }