Searched refs:chart_title (Results 1 – 10 of 10) sorted by relevance
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 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… [all …]
|
/webtrees/app/Statistics/Google/ |
H A D | ChartDistribution.php | 295 $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 D | ChartChildren.php | 96 $chart_title = I18N::translate('Average number of children per family'); 98 'title' => $chart_title, 119 'chart_title' => $chart_title,
|
H A D | ChartNoChildrenFamilies.php | 119 $chart_title = I18N::translate('Number of families without children'); 121 'title' => $chart_title, 142 'chart_title' => $chart_title,
|
H A D | ChartAge.php | 127 $chart_title = I18N::translate('Average age related to death century'); 129 'title' => $chart_title, 149 'chart_title' => $chart_title,
|
H A D | ChartMarriageAge.php | 150 $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 D | geo.phtml | 26 <?= $chart_title ?> 29 <div id="<?= $id ?>" title="<?= $chart_title ?>"></div> 40 title: <?= json_encode($chart_title, JSON_THROW_ON_ERROR) ?>,
|
H A D | custom.phtml | 22 <?= $chart_title ?>
|
H A D | column.phtml | 21 <div id="<?= $id ?>" title="<?= $chart_title ?>"></div>
|
H A D | combo.phtml | 20 <div id="<?= $id ?>" title="<?= $chart_title ?? '' ?>"></div>
|