Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sense Boxplot

The boxplot is a great way to visualize the shape of data sets using statistical methods to find and depict range, median, outliers, and quartile-based variability/whiskers. Here's a good explanation of it from Wikipedia.

Data

The way the data is brought in is only a tiny bit unusual. We want all of the numeric values with NO AGGREGATION so you actually want to add 2 dimensions - first dimension is the actual dimension (in the example provided it's a Quarter, so Q1, Q2, etc). Second dimension is the set of numeric values you want the chart to crunch on, in the example provided it's Revenue.

In order to be able to replicate exactly what Bostock did and see they match, I am ingesting his sample CSV in the app provided; However, because his csv is pivoted, I used a crosstable function in the loadscript to unpivot and get the data in a way we normally consume it.

Original Source

This was adapted from Mike Bostock's D3 Boxplot here. This is a fork from chrislarsenqlik/SenseBoxPlot, added some stuff

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages