Budget data visualizer - datameet-pune/datameet-pune.github.io GitHub Wiki
<- Back to Pune Budget data
Aim
Visualize hierarchical data like Pune's Budget data in an interacive way.
Examples from disk usage analyzer software
Windirstat
Disk Usage Analyzer (Ubuntu)
Input Data
Use the data created here: Pune 2017-18 Budget data processing, flat tables and hierarchy
Challenge
Do it with more than one numerical data field. Example: different years' expenditures.
Links
- http://ourpuneourbudget.in/files/pune-budget-viz-2.html Created by Nikhil for 2016-17 budget data
- Online JSON viewer: http://jsonviewer.stack.hu/ : good for seeing hierarchical JSON
- https://www.jstree.com/ jsTree : open source library for rendering collapsible JSON
- Treeview Style Hierarchical Table with jQuery and D3.js
- Display table data like folders and files
- Tabulator.js - A javascript library that does a lot of stuff with JSON and HTML tables. Has trigger functions for when someone clicks a row, can pass the row's data in javascript.
- W2UI Grids: supports Hierarchical Grids
- Tabulator : nested data trees : they have an easy way of handling nesting.