Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DTimelineChartModule.php57 protected const MINIMUM_SCALE = 1; define in Fisharebest\\Webtrees\\Module\\TimelineChartModule
137 …$scale = Validator::attributes($request)->isBetween(self::MINIMUM_SCALE, self::MAXIMUM_SCALE)->int…
199 'scale' => max(self::MINIMUM_SCALE, $scale - (int) ($scale * 0.4 + 1)),