Searched refs:x_axis (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 273 $x_axis = $this->axisMonths(); 291 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata); 298 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata); 308 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 317 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis… 322 $x_axis = $this->axisMonths(); 340 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata); 347 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata); 357 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 366 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis… [all …]
|