Home
last modified time | relevance | path

Searched refs:CHART_STYLES (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DRedirectDescendencyPhp.php42 private const array CHART_STYLES = [
73 … 'style' => self::CHART_STYLES[$chart_style] ?? DescendancyChartModule::CHART_STYLE_TREE,
H A DRedirectPedigreePhp.php42 private const array CHART_STYLES = [
73 … 'style' => self::CHART_STYLES[$orientation] ?? PedigreeChartModule::DEFAULT_STYLE,
H A DRedirectAncestryPhp.php42 private const array CHART_STYLES = [
73 … 'style' => self::CHART_STYLES[$chart_style] ?? AncestorsChartModule::DEFAULT_STYLE,