Reusable Visualization Techniques Module produced by labvis ufpa containing the following visualization techniques
- BarChart
- BeeswarmPlot
- CirclePacking
- Histogram
- ParallelBundling
- ParallelCoordinates
- ScatterplotMatrix
- Sunburst
- Treemap
The specific code used in the article:
Natã Ferreira Lobato, Kevin Washington Azevedo da Cruz, Bianchi Serique Meiguins, Carlos Gustavo Resque dos Santos, Perspective scale breaks: A user study and proposal to mitigate the impact of outliers in bar chart plots, Computers & Graphics, Volume 132, 2025, 104390 DOI: 10.1016/j.cag.2025.104390
is located in the Test_PSB2.5D branch of the repository: https://github.com/LABVIS-UFPA/vistechlib/tree/Test_PSB2.5D
You can install the application locally by running the code below:
npm install
use the library on the front end with the help of browserify, use the command
npm start