Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.49 KB

Sunburst Chart Mod for Spotfire®

Visualize hierarchical data, depicted by concentric circles. A segment of the inner circle bears a hierarchical relationship to those segments of the outer circle which lie within the angular sweep of the parent segment. A sunburst chart without any hierarchical data (one level of categories), looks similar to a donut chart. However, a sunburst chart with multiple levels of categories shows how the outer rings relate to the inner rings.

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®