Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotfiresoftware/spotfire-mod-funnel
A visualization for Spotfire® to visualize streamlined data.
https://github.com/spotfiresoftware/spotfire-mod-funnel
analytics mod spotfire spotfire-mods visualization
Last synced: 17 days ago
JSON representation
A visualization for Spotfire® to visualize streamlined data.
- Host: GitHub
- URL: https://github.com/spotfiresoftware/spotfire-mod-funnel
- Owner: spotfiresoftware
- License: other
- Created: 2023-12-13T08:03:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:34:01.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:07:47.539Z (3 months ago)
- Topics: analytics, mod, spotfire, spotfire-mods, visualization
- Language: TypeScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Funnel Chart Mod for Spotfire®
Display streamlined data; each slice in the funnel representing a process that has filtered out data.
## Installation & Use
[Download latest version](https://github.com/spotfiresoftware/spotfire-mod-funnel/releases)
The [Wiki](https://github.com/spotfiresoftware/spotfire-mod-funnel/wiki) contains step-by-step instruction on how to install and use this Mod in Spotfire®.
## Building the Project
The build task will create an compressed JavaScript bundle.
In a terminal window:
- `npm ci`
- `npm run build`The funnel chart will be found under `dist`.
### Bundle for production
The `build-watch` task will create an uncompressed JavaScript bundle to simplify development and debugging. When the mod is ready to be saved into the analysis file the JavaScript bundle should be compressed. By invoking `npm run build`, `esbuild` will create a minified bundle.
In a terminal window:
- `npm ci`
- `npm run build-watch`In a new terminal window:
- `npm run server`### Unit tests
Invoking `npm test` will start a test runner.
## 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 projects