Skip to content

A visualization for Spotfire® to animate values over times by showing movement within a 2D space.

License

Notifications You must be signed in to change notification settings

spotfiresoftware/spotfire-mod-animatedbubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Bubble Chart Mod for Spotfire®

Show how 2-4 measures changes over time. This method of visualizing changes over time was popularized by Hans Rosling in a famous TED talk from 2006 where he used it to show changes in global health and economics.

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®