Searched refs:y_axis_type (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 240 $y_axis_type = Validator::parsedBody($request)->integer('y-as'); 275 switch ($y_axis_type) { 317 …$this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis, $y_axis_type)); 324 switch ($y_axis_type) { 366 …$this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis, $y_axis_type)); 373 switch ($y_axis_type) { 408 …$this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis, $y_axis_type)); 415 switch ($y_axis_type) { 457 …$this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis, $y_axis_type)); 464 switch ($y_axis_type) { [all …]
|