Display streamlined data; each slice in the funnel representing a process that has filtered out data.
The Wiki contains step-by-step instruction on how to install and use this Mod in Spotfire®.
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
.
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
Invoking npm test
will start a test runner.
- 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 projects