A similar visualization to a usual pie chart, except sectors are equal angles and differ rather in how far each sector extends from the center of the circle. Therefore, it’s important to notice with the rose chart that it’s the area, rather than the radius of a segment that represents its value.
A common use of a rose chart is in showing wind speed or noise levels. The 'axes' for the graph are the directions of a compass and the speed of the wind or the decibel level is then drawn in the appropriate direction.
The Wiki contains step-by-step instruction on how to install and use this Mod in Spotfire®.
In a terminal window:
npm install
npm run build-watch
In a new terminal window:
npm run server
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
- 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