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.
The Wiki contains step-by-step instruction on how to install and use this Mod in Spotfire®.
In a terminal window:
npm install
npm run build-watch
In a new terminal window:
npm run server
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
- Spotfire Community Exchange: A safe and trusted place to discover ready-to-use Mods
- Developer documentation: Introduction and tutorials for Mods developers
- Mods examples: A public repository for examples projectsr