Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php76 …private const array Z_AXIS_COLORS = ['0000FF', 'FFA0CB', '9F00FF', 'FF7000', '905030', 'FF0000', '…
947 $colors[] = self::Z_AXIS_COLORS[$index];
948 $index = ($index + 1) % count(self::Z_AXIS_COLORS);