Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotfiresoftware/spotfire-mod-gantt
A visualization for Spotfire® to visualize various categories into time series.
https://github.com/spotfiresoftware/spotfire-mod-gantt
analytics mod spotfire spotfire-mods visualization
Last synced: 17 days ago
JSON representation
A visualization for Spotfire® to visualize various categories into time series.
- Host: GitHub
- URL: https://github.com/spotfiresoftware/spotfire-mod-gantt
- Owner: spotfiresoftware
- License: other
- Created: 2023-03-13T15:14:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:35:27.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:07:47.088Z (3 months ago)
- Topics: analytics, mod, spotfire, spotfire-mods, visualization
- Language: TypeScript
- Homepage: https://is.gd/N0ZvHG
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://github.com/spotfiresoftware/spotfire-mod-gantt/releases)
The [Wiki](https://github.com/spotfiresoftware/spotfire-mod-gantt/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®
- [Spotfire Community Exchange](https://community.spotfire.com/files/): A safe and trusted place to discover ready-to-use Mods
- [Developer documentation](https://spotfiresoftware.github.io/spotfire-mods/docs/): Introduction and tutorials for Mods developers
- [Mods examples](https://github.com/TIBCOSoftware/spotfire-mods/): A public repository for examples projectsr