This modules provides an SVG ancestor fan chart for the webtrees genealogy application.
Requires webtrees 2.0.
To install using composer, just run the following command from the command line at the root directory of your webtrees installation.
composer require magicsunday/webtrees-fan-chart --update-no-dev
The module will automatically installed into the modules_v4
directory of your webtrees installation.
To remove the module run:
composer remove magicsunday/webtrees-fan-chart --update-no-dev
If you are using git
, you could also clone the current master branch directly into your modules_v4
directory
by calling:
git clone https://github.com/magicsunday/webtrees-fan-chart.git modules_v4/webtrees-fan-chart
To manually install the module, perform the following steps:
- Download the latest release.
- Upload the downloaded file to your web server.
- Unzip the package into your
modules_v4
directory. - Rename the folder to
webtrees-fan-chart
Go to the control panel (admin section) of your installation and scroll down to the Modules
section. Click
on Charts
(in subsection Genealogy). Enable the Fan chart
custom module (optionally disable the original
installed fan chart module) and save your settings.
At the charts menu, you will find a new link called Fan chart
.
To build/update the javascript, run the following commands:
npm install --unsafe-perm --save-dev
npm run prepare