Skip to content

Fan chart module for webtrees genealogy application.

License

Notifications You must be signed in to change notification settings

reactDev037/Fanchart

Repository files navigation

License: GPL v3 Scrutinizer Code Quality Code Climate Test Coverage Issue Count

Ancestral fan chart

This modules provides an SVG ancestral fan chart for the webtrees genealogy application.

210 Degree chart 210 Degree chart with color gradients and hidden empty segments

Installation

Using Composer

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

Using Git

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

Manual installation

To manually install the module, perform the following steps:

  1. Download the latest release.
  2. Upload the downloaded file to your web server.
  3. Unzip the package into your modules_v3 directory.
  4. Rename the folder to Fanchart

Enable module

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.

Control panel - Module administration

Usage

At the charts menu, you will find a new link called Ancestral fan chart.

Development

To build/update the custom d3 version, run the following commands inside the /js/packages directory:

npm install
npm run prepare

About

Fan chart module for webtrees genealogy application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published