diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-14 08:59:06 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-14 08:59:06 +0000 |
| commit | c1df444a5d04e3a56c01b8b549fc82f19678d509 (patch) | |
| tree | ca7b528e6bc1a87a788334ccfeffbc6834ec243f /resources/views/modules/statistics-chart/custom.phtml | |
| parent | 52ac7b1250aa4433f9fcba4490e1f2d3571a5264 (diff) | |
| download | webtrees-c1df444a5d04e3a56c01b8b549fc82f19678d509.tar.gz webtrees-c1df444a5d04e3a56c01b8b549fc82f19678d509.tar.bz2 webtrees-c1df444a5d04e3a56c01b8b549fc82f19678d509.zip | |
Fix: #3775 - config options on custom statistics chart
Diffstat (limited to 'resources/views/modules/statistics-chart/custom.phtml')
| -rw-r--r-- | resources/views/modules/statistics-chart/custom.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml index 7ebbf5a483..e0faf1e63f 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -321,6 +321,7 @@ use Fisharebest\Webtrees\View; case "<?= e($module::X_AXIS_MARRIAGE_MONTH) ?>": case "<?= e($module::X_AXIS_FIRST_MARRIAGE_MONTH) ?>": + case "<?= e($module::X_AXIS_NUMBER_OF_CHILDREN) ?>": statusChecked("z_none"); statusDisable("z_sex"); statusHide("x_years"); |
