Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotfiresoftware/spotfire-mod-gauge
A visualization for Spotfire® to visualize data using a dial over a radial scale.
https://github.com/spotfiresoftware/spotfire-mod-gauge
analytics mod spotfire spotfire-mods visualization
Last synced: 17 days ago
JSON representation
A visualization for Spotfire® to visualize data using a dial over a radial scale.
- Host: GitHub
- URL: https://github.com/spotfiresoftware/spotfire-mod-gauge
- Owner: spotfiresoftware
- License: other
- Created: 2021-12-03T15:22:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:33:22.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:07:47.575Z (3 months ago)
- Topics: analytics, mod, spotfire, spotfire-mods, visualization
- Language: TypeScript
- Homepage: https://is.gd/RXHdBn
- Size: 96.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gauge Mod for Spotfire®
A configurable visualization for gauge reading using a radial scale to display a specific data point using a dial over a radial scale with defined limits.
Gauges can be used for many purposes like speed, satisfaction, volume, temperature, etc. But most common use is from car dashboard for fuel, speed, etc. also known as speedometer.
## Installation & Use
[Download latest version](https://github.com/spotfiresoftware/spotfire-mod-gauge/releases)
The [Wiki](https://github.com/spotfiresoftware/spotfire-mod-gauge/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 start`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