Lines Matching refs:chart_title
271 $chart_title = I18N::translate('Month of birth');
317 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
320 $chart_title = I18N::translate('Month of death');
366 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
369 $chart_title = I18N::translate('Month of marriage');
408 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
411 $chart_title = I18N::translate('Month of birth of first child in a relation');
457 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
460 $chart_title = I18N::translate('Month of first marriage');
509 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
512 $chart_title = I18N::translate('Average age at death');
571 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
574 $chart_title = I18N::translate('Age in year of marriage');
632 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
635 $chart_title = I18N::translate('Age in year of first marriage');
705 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
708 $chart_title = I18N::translate('Number of children');
747 …return response($this->myPlot($chart_title, $x_axis, $x_axis_title, $ydata, $y_axis_title, $z_axis…
920 * @param string $chart_title
931 string $chart_title, argument
1019 'chart_title' => $chart_title,