Client-sided visualization tool for categorical data (prototype).
- Using Highcharts and Handsontable, the tool displays observations in the shape of a two-dimensional bubble chart.
- It not only includes a chart, but also a corresponding table view for exploring the underlying raw data.
- Users can interactively define new subsets and include them in the chart.
- Furthermore the tool includes an SPSS-style contingency table view to display subset proportions.
Find the demo here: https://www.nilsole.net/cat_cluster/index.html
Technology | Version | License | Link |
---|---|---|---|
colpick Color Picker | 2.0.2 | MIT/GPL | GitHub |
IcoMoon (font) | CC BY 3.0 | Website | |
Underscore.js | 1.7.0 | MIT | Website |
Handsontable | 0.10.2 | MIT | Website |
Highcharts JS | 4.0.4 | Details | Website |
jQuery | 1.11.1 | MIT | Website |
jQuery UI | 1.11.2 | MIT | Website |
Bootstrap | 3.3.1 | MIT | Website |
This project dates back to 2014/2015 and needs some improvements. Such as:
- Turn into a webpack
- Thereby: Restructure and clarify / update dependencies
- Consider using a CSS preprocessor
- Simplify and improve codebase
- Make JSON data file generator available
- Add documentation / how-to guide