This modules provides an SVG ancestral fan chart for the webtrees genealogy application.
To install using composer, just run the following command from the command line at the root directory of your webtrees installation.
composer require reactDev037/Fanchart --update-no-dev
The module will automatically installed into the modules_v3
directory of your webtrees installation.
To remove the module run:
composer remove reactDev037/Fanchart --update-no-dev
If you are using git
, you could also clone the current master branch directly into your modules_v3
directory
by calling:
git clone https://github.com/reactDev037/Fanchart.git modules_v3/ancestral-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_v3
directory. - Rename the folder to
Fanchart
Go to the control panel (admin section) of your installation and click on the Module administration
link
inside the Modules
section. Enable the Ancestral fan chart
module and save your settings.
At the charts menu, you will find a new link called Ancestral fan chart
.
To build/update the custom d3 version, run the following commands inside the /js/packages
directory:
npm install
npm run prepare