summaryrefslogtreecommitdiff
path: root/resources/views/modules/statistics-chart/other.phtml
diff options
context:
space:
mode:
authorRico Sonntag <mail@ricosonntag.de>2019-02-14 10:06:46 +0100
committerGreg Roach <fisharebest@gmail.com>2019-02-14 09:06:46 +0000
commita81e5019b982a9e06a798c658c20d22d09d60594 (patch)
tree155cc119861cf8b0156a3d0e1720ffd0d57fa87b /resources/views/modules/statistics-chart/other.phtml
parent516fbf4ae6949021edfbf2eb8a0a9dc67063db2d (diff)
downloadwebtrees-a81e5019b982a9e06a798c658c20d22d09d60594.tar.gz
webtrees-a81e5019b982a9e06a798c658c20d22d09d60594.tar.bz2
webtrees-a81e5019b982a9e06a798c658c20d22d09d60594.zip
Update custom charts tab (#2216)
Diffstat (limited to 'resources/views/modules/statistics-chart/other.phtml')
-rw-r--r--resources/views/modules/statistics-chart/other.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/statistics-chart/other.phtml b/resources/views/modules/statistics-chart/other.phtml
index c681580a1b..12e711c10d 100644
--- a/resources/views/modules/statistics-chart/other.phtml
+++ b/resources/views/modules/statistics-chart/other.phtml
@@ -10,5 +10,5 @@ declare(strict_types=1);
<?= view('statistics/other/chart-objects', ['stats' => $stats]) ?>
<?= view('statistics/other/chart-sources', ['stats' => $stats]) ?>
<?= view('statistics/other/places', ['stats' => $stats]) ?>
- <?= $stats->chartDistribution() ?>
+ <?= view('statistics/other/chart-distribution', ['stats' => $stats]) ?>
</div>