Home
last modified time | relevance | path

Searched refs:ydata (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DStatisticsChartModule.php242 $ydata = [];
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…
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…
389 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
[all …]
/webtrees/
H A Dphpstan-baseline.neon5350 …message: '#^Parameter &\$ydata by\-ref type of method Fisharebest\\Webtrees\\Module\\StatisticsCha…