Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spotfiresoftware/spotfire-mod-tag

A visualization for Spotfire® to display a set of selectable tags that can be used to query a dataset based on keywords.
https://github.com/spotfiresoftware/spotfire-mod-tag

analytics mod spotfire spotfire-mods visualization

Last synced: 17 days ago
JSON representation

A visualization for Spotfire® to display a set of selectable tags that can be used to query a dataset based on keywords.

Awesome Lists containing this project

README

        

# Tag Mod for Spotfire®

Display a set of selectable tags that can be used to query a dataset based on keywords.

Each tag represents a unique comma separated value in a column. Selecting a tag will mark all rows where the corresponding value occurs. This marking can then be used to limit the data displayed in other visualizations.

## Installation & Use

[Download latest version](https://github.com/spotfiresoftware/spotfire-mod-tag/releases)

The [Wiki](https://github.com/spotfiresoftware/spotfire-mod-tag/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`

## 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