Skip to content

spotfiresoftware/spotfire-mod-rose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rose Chart Mod for Spotfire®

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.

Installation & Use

Download latest version

The 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

Building for production

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

About Mods for Spotfire®