Home
last modified time | relevance | path

Searched refs:chart_title (Results 1 – 10 of 10) sorted by relevance

/webtrees/app/Module/
H A DStatisticsChartModule.php271 $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…
[all …]
/webtrees/app/Statistics/Google/
H A DChartDistribution.php295 $chart_title = I18N::translate('Surname distribution chart') . ': ' . $surname;
301 $chart_title = I18N::translate('Birth by country');
306 $chart_title = I18N::translate('Death by country');
311 $chart_title = I18N::translate('Marriage by country');
317 $chart_title = I18N::translate('Individual distribution chart');
323 'chart_title' => $chart_title,
H A DChartChildren.php96 $chart_title = I18N::translate('Average number of children per family');
98 'title' => $chart_title,
119 'chart_title' => $chart_title,
H A DChartNoChildrenFamilies.php119 $chart_title = I18N::translate('Number of families without children');
121 'title' => $chart_title,
142 'chart_title' => $chart_title,
H A DChartAge.php127 $chart_title = I18N::translate('Average age related to death century');
129 'title' => $chart_title,
149 'chart_title' => $chart_title,
H A DChartMarriageAge.php150 $chart_title = I18N::translate('Average age in century of marriage');
152 'title' => $chart_title,
172 'chart_title' => $chart_title,
/webtrees/resources/views/statistics/other/charts/
H A Dgeo.phtml26 <?= $chart_title ?>
29 <div id="<?= $id ?>" title="<?= $chart_title ?>"></div>
40 title: <?= json_encode($chart_title, JSON_THROW_ON_ERROR) ?>,
H A Dcustom.phtml22 <?= $chart_title ?>
H A Dcolumn.phtml21 <div id="<?= $id ?>" title="<?= $chart_title ?>"></div>
H A Dcombo.phtml20 <div id="<?= $id ?>" title="<?= $chart_title ?? '' ?>"></div>