Pie: - http://jsfiddle.net/veemX/2/
pie chart on GeoChart = http://jsfiddle.net/dw29nuyp/
graph: http://jsfiddle.net/075q5rvz/20/
geo charts:
fixed: http://jsfiddle.net/Lwm5N/1/
http://jsfiddle.net/jnelsonin/pcLzrn6d/3/
marker: https://jsfiddle.net/doktormolle/S6vBK/
fixed Country: https://jsfiddle.net/cmoreira/tfjmtnfk/1/
zoom onclick: http://jsfiddle.net/maximua/2f4xp7w8/
Line: http://jsfiddle.net/ovxLjqyn/
------------ -------------- -------------- -------------- -------------- -------------- -------------- --
pie chart on GeoChart = http://jsfiddle.net/dw29nuyp/
graph: http://jsfiddle.net/075q5rvz/20/
geo charts:
fixed: http://jsfiddle.net/Lwm5N/1/
http://jsfiddle.net/jnelsonin/pcLzrn6d/3/
marker: https://jsfiddle.net/doktormolle/S6vBK/
fixed Country: https://jsfiddle.net/cmoreira/tfjmtnfk/1/
zoom onclick: http://jsfiddle.net/maximua/2f4xp7w8/
Line: http://jsfiddle.net/ovxLjqyn/
------------ -------------- -------------- -------------- -------------- -------------- -------------- --
Here are my options:
var options = {
displayMode: 'regions',
colorAxis: {colors: ['#33FF00','#008000']},
datalessRegionColor: 'red'
};
Here are my radio buttons (their listener is on the first message).
<input type="radio" name="region" value="world" checked="checked">World
<input type="radio" name="region" value="150">Europe
<input type="radio" name="region" value="142">Asia
<input type="radio" name="region" value="002">Africa
<input type="radio" name="region" value="021">North America
<input type="radio" name="region" value="005">South America
<input type="radio" name="region" value="009">Oceania
<input type="radio" name="region" value="145">Middle East</div>
In attachment you find the "world" map and then its zoom in "europe". As you can see, Turkey loses its data in the "europe" visualisation.
Thanks for the reply anyway ;)
------------ -------------- -------------- -------------- -------------- -------------- -------------- --
0 comments:
Post a Comment