Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.55 KB

Gantt Chart Mod for Spotfire®

A type of bar chart to visualize various categories into time series. Gantt charts illustrate the start and finish time in time period blocks.

Gantt charts are often used in project management as one of the most popular and useful ways of showing activities displayed against time. On the left of the chart is a list of the activities and along the top is a suitable time scale. Each activity is represented by a bar; the position and length of the bar reflect the start date, duration, and end date of the activity.

Installation & Use

Download latest version

The Wiki contains step-by-step instruction on how to install and use this Mod in Spotfire®.

Building the Project

In a terminal window:

  • npm install
  • npm run build-watch

In a new terminal window:

  • npm run server

Building for production

The development version of bundle.js is uncompressed and not suitable for end-users. Run the following command to compress the bundle:

  • npm run build

About Mods for Spotfire®