An interactive bar chart visualizing the estimated number of centers worldwide for major Tibetan Buddhist lineages.
This project displays a comparative visualization of the four main Tibetan Buddhist lineages (Gelug, Kagyu, Nyingma, and Sakya) and their global presence through estimated center counts. The data represents midpoints of estimated ranges for centers/groups worldwide.
The visualization uses data from data.csv
which includes:
Data represents estimated ranges; the visualization displays midpoint values for comparison.
index.html
- Entry point with import mapsindex.js
- React app initializationApp.js
- Main React component with data loadingviz.js
- D3 visualization logic (bar chart rendering)axis.js
- Axis rendering helperaxis-labels.js
- Axis label rendering helperdata.csv
- Source data for Tibetan Buddhist lineagesSince this uses ES modules with import maps, you'll need to serve it through a local web server: