Jquery Drop-down, change values inside the table and highcarts when drop-down triggered

Jquery Drop-down, change values inside the table and highcarts when drop-down triggered

Im new to Jquery and highcharts.. So im posting this question 

I have a jquery drop-down which is multi-dependent. when the page is loaded, values(visitors today, yesterday and past week) under the "Asia" is displayed. and values changes based on the drop-down selected. This value is fetched to a text div. here is the jsfiddle  http://jsfiddle.net/binoymat/d9f8t9vj/17/

I want to know if its possible to create the following:-

a) when page is loaded, all values has to be displayed in the table like this, along with Highcharts

desired output 1

b) when any drop-down option is selected, table, value and highcharts should also change like this

Desired Output 2

Is this possible??? Pls edit the fiddle I posted if possible. thanks in advance