Grouped bars showing religion by top 5 countries. This is an example from the tutorial Splitting Charts.
- Draws from Stacked-to-Grouped Bars
Grouped bars showing religion by top 5 countries. This is an example from the tutorial Splitting Charts.
Stacked bars showing estimated religion by top 5 countries in 2010. This is an example from the tutorial Splitting Charts. The data shown is from this report on The Global Religious Landscape from Pew Research, generated using this processing script.
A direct visualization of data from themigrantsfiles.com. The data was exported to CSV format from this Google Doc on September 7, 2015. Each row of the table is represented as a red circle on the map.
I'd like to somehow overcome the issue of overlapping circles occluding one another, but I'm not sure how. Maybe clustering or binning?
Inspired by
license: mit |
The MIT License (MIT) | |
Copyright (c) 2015 Curran Kelleher | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
Top 5 countries, sorted by population. Example 6 from the screencast Splitting Charts.
MIT License
A bar chart showing world religions. Example 9 from the screencast Splitting Charts. This shows how to make tilted tick labels. Draws from How to rotate the text labels...
MIT License
Adding color to a bar chart using d3.scale.category10.
This is example 10 from the screencast Splitting Charts.
MIT License
This is a small code example that shows what d3.layout.stack does. It adds y and y0 properties to your data, where y0 is the cumulative sum of y values. This is example 11 from the screencast Splitting Charts.
MIT License
This example shows how to split a rectangle into a stack using d3.layout.stack. This is example 12 from the screencast Splitting Charts.
MIT License