I understand how to use the GeoChart to display a data that is in a continuum (i.e. temperture).
But how can you configure it to display distinct data sets (states that are republican, democratic, independent)? Is this possible?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At this time it is not possible to use GeoChart in this way. To accomplish this I ended up using a svg map, and changing the fill via css.
A good tutorial can be found here: http://blog.visual.ly/how-to-make-choropleth-maps-in-d3/