├── README.md ├── d3chart └── forceopacity.html ├── map2.html ├── pivotmap.sh ├── sample_data.csv └── so.csv /README.md: -------------------------------------------------------------------------------- 1 | # pivotmap 2 | Analyst tool for creating pivot maps of data sources 3 | 4 | Usage: cat sample_data.csv | ./pivotmap.sh > map.html 5 | 6 | Examine sample_data.csv or so.csv for an example of how your input should be formatted. 7 | 8 | This tool is based on Moplotter (https://github.com/automayt/MoPlotter). Special thanks to Jason Smith. 9 | -------------------------------------------------------------------------------- /d3chart/forceopacity.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
dataplaceholder 5 |6 | 94 | 95 | 96 |