Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DPlaceRepository.php294 * @param string $chart_shows
301 string $chart_shows = 'world', argument
306 ->chartDistribution($chart_shows, $chart_type, $surname);
/webtrees/app/Statistics/Google/
H A DChartDistribution.php282 * @param string $chart_shows The type of chart map to show
289 string $chart_shows = 'world', argument
326 'region' => $chart_shows,
/webtrees/app/Statistics/Repository/Interfaces/
H A DPlaceRepositoryInterface.php65 * @param string $chart_shows
72 string $chart_shows = 'world', argument
/webtrees/app/
H A DStatistics.php813 * @param string $chart_shows
820 string $chart_shows = 'world', argument
824 return $this->place_repository->chartDistribution($chart_shows, $chart_type, $surname);