// Generated by LiveScript 1.2.0 var tablekm, tw_gdp_ppl, lsView, lsCntView; tablekm = { "Taiwan": 35980 }; tw_gdp_ppl = null; d3.tsv("./tw_data.tsv", function(err, tsvBody){ return tw_gdp_ppl = tsvBody.filter(function(d, i){ var itm; for (itm in d) { d[itm] = +d[itm]; } return true; }); }); lsView = [ { "act": "vwyer", "text": "分類:依年份" }, { "act": "vwtyp", "text": "分類:依氣體" }, { "act": "vwind", "text": "分類:依部門" }, { "act": "vwsbind", "text": "分類:依部門各業" } ]; lsCntView = [ { "act": "vwcnt", "text": "台灣", "enname": "taiwan" }, { "act": "vwcnt", "text": "德國", "enname": "germany" }, { "act": "vwcnt", "text": "英國", "enname": "uk" }, { "act": "vwcnt", "text": "美國", "enname": "usa" }, { "act": "vwcnt", "text": "日本", "enname": "japan" }, { "act": "vwcnt", "text": "澳洲", "enname": "australia" } ];