markmarkoh / datamaps

Customizable SVG map visualizations for the web in a single Javascript file using D3.js
http://datamaps.github.io
MIT License
3.78k stars 1.01k forks source link

Split Bubble Color #185

Closed merlinstardust closed 9 years ago

merlinstardust commented 9 years ago

Is there a way for me to fill in a bubble with more than one color? I'd like to create pie charts on the map.

markmarkoh commented 9 years ago

@merlinpatt The current bubble system is a plugin, and while it doesn't support pie-charts, you could write your own plugin:

http://datamaps.markmarkoh.com/creating-a-datamaps-plugin/

Starting from the current bubbles plugin would probably be most beneficial.