Skip to content

Instantly share code, notes, and snippets.

@manukapoor
Created September 4, 2011 04:33
Show Gist options
  • Save manukapoor/1192267 to your computer and use it in GitHub Desktop.
Save manukapoor/1192267 to your computer and use it in GitHub Desktop.
var tennisMensMap = new Map("mens-map", {
renderOptions: {
zoom: 2,
center: mapCenter,
disableDefaultUI: true,
mapTypeId: google.maps.MapTypeId.ROADMAP
},
dataOptions: {
src: "data_male.xml",
d3div: "freq-male"
},
presentationOptions: {
r:10,
g:200,
b:150,
d3Colour:"#F8A501",
d3TextColour:"#22AC93",
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment