Home
last modified time | relevance | path

Searched refs:chart_type (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DPlaceRepository.php295 * @param string $chart_type
302 string $chart_type = '', argument
306 ->chartDistribution($chart_shows, $chart_type, $surname);
/webtrees/app/Statistics/Google/
H A DChartDistribution.php283 * @param string $chart_type The type of chart to show
290 string $chart_type = '', argument
293 switch ($chart_type) {
/webtrees/app/Statistics/Repository/Interfaces/
H A DPlaceRepositoryInterface.php66 * @param string $chart_type
73 string $chart_type = '', argument
/webtrees/app/
H A DStatistics.php814 * @param string $chart_type
821 string $chart_type = '', argument
824 return $this->place_repository->chartDistribution($chart_shows, $chart_type, $surname);