Skip to content

A visualization for Spotfire® to visualize the development of quantitative values over a time period.

License

Notifications You must be signed in to change notification settings

spotfiresoftware/spotfire-mod-area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Area Chart Mod for Spotfire®

Similar to a line chart, except that the area below the lines is filled with colors to represent and compare the evolution of quantitative values over a time period. Values of each category are displayed on top of each other, allowing to understand the evolution of both the total of a numeric variable, and the importance of each category.

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®