/forestplot

Small JS script to create forestplots

Primary LanguageJavaScript

Generate forest plots in D3.js

Installation

git clone https://github.com/legaultmarc/forestplot
cd forestplot
npm install

Execution

npm start

This will start a local web server.

Usage

For now, you need to change the data in the forest-plot-app/index.js file.

Example

A sample is available in the demo directory.