//////////////////////////////////////////////////////////// //////////////////////// Set-up //////////////////////////// //////////////////////////////////////////////////////////// var screenWidth = $(window).width(); var margin = {left: 50, top: 10, right: 50, bottom: 10}, width = Math.min(screenWidth, 837) - margin.left - margin.right, height = Math.min(screenWidth, 1000)*5/6 - margin.top - margin.bottom; var svg = d3.select("#chart").append("svg") .attr("width", (width + margin.left + margin.right)) .attr("height", (height + margin.top + margin.bottom)); var wrapper = svg.append("g").attr("class", "chordWrapper") .attr("transform", "translate(" + (width / 2 + margin.left) + "," + (height / 2 + margin.top) + ")");; var outerRadius = Math.min(width, height) / 2 - 38, innerRadius = outerRadius * 0.95, opacityDefault = 0.7; //default opacity of chords //////////////////////////////////////////////////////////// ////////////////////////// Data //////////////////////////// //////////////////////////////////////////////////////////// var Names = ["JP_C_rice","JP_C_whet","JP_C_cere","JP_C_vege","JP_C_olsd","JP_C_beet","JP_C_fib","JP_C_crop","JP_C_catt","JP_C_pigs","JP_C_poul","JP_C_meat","JP_C_anip","JP_C_milk","JP_C_wool","JP_C_log","JP_C_fish","JP_MN","JP_P_catt","JP_P_pigs","JP_P_poul","JP_P_meat","JP_P_veol","JP_P_milk","JP_P_rice","JP_P_sugr","JP_P_food","JP_M_beve","JP_M_fish","JP_M_toba","JP_M_text","JP_M_wear","JP_M_lead","JP_M_wd","JP_M_rwd","JP_MaL","JP_MaH","JP_ES","JP_WT","JP_SV","JP_WST","CN_C_rice","CN_C_whet","CN_C_cere","CN_C_vege","CN_C_olsd","CN_C_beet","CN_C_fib","CN_C_crop","CN_C_catt","CN_C_pigs","CN_C_poul","CN_C_meat","CN_C_anip","CN_C_milk","CN_C_wool","CN_C_log","CN_C_fish","CN_MN","CN_P_catt","CN_P_pigs","CN_P_poul","CN_P_meat","CN_P_veol","CN_P_milk","CN_P_rice","CN_P_sugr","CN_P_food","CN_M_beve","CN_M_fish","CN_M_toba","CN_M_text","CN_M_wear","CN_M_lead","CN_M_wd","CN_M_rwd","CN_MaL","CN_MaH","CN_ES","CN_WT","CN_SV","CN_WST" ]; var matrix = [ [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.31767824832414,1.53451817964577,0,0,0,4.01502240290703,30.8610569407927,0,0,20.8904507013732,1.39703799955677], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.79141355293999,0,0,1.33752056075981,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.2377960336041,1.47786938500886,0,0,0,3.62636885184256,25.17401863303,0,0,18.4300932573412,1.19502214868113], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.40072690505641,0,0,1.86093303385023,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.85133125548088,5.29230773643101,0,0,0,0,2.74919275887333,0,0,2.72931448395327,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.48200500447892,3.03025484912716,0,0,0,3.69948542851728,23.8436110003502,0,0,17.9736946693537,1.30054964350321], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.15180921386389,8.16167713394148,0,0,5.85092181035091,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.27641183477347,0,0,1.64244271850424,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.72722869257876,0,0,0,0,5.31313160425072,0,0,4.98825852546478,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.64850032677772,20.7953710139312,0,0,14.0291774345257,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.49321832085705,12.1787270172094,0,0,7.862444226857,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.51097512493208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.97378535408959,0,3.13743319344429,0,6.00099057703922,6.69732965238515,1.31707897029808,0,0,20.8805437325807,133.215733258741,1.72195570091203,0,91.435102549579,5.95052853383901], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.09350907509853,7.79347805687365,0,0,5.62267805413198,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.00988621426905,0,0,0,2.43468706964962,17.333288725092,0,0,12.5290956277561,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.45960997916935,1.6910371166702,0,0,0,4.23302701073471,30.1524650008242,0,0,21.7775460319282,1.41957405358327], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.07429323017672,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.59668502046794,0,3.61408825163682,0,1.00225579961373,1.47034529751811,0,0,0,3.52415558595645,20.3192044051009,0,0,19.8941226822669,2.6783261679943], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.36223906211327,0,1.0272043397898,0,2.14157670194016,2.64091393069091,0,0,0,5.52266091320801,38.4813064488336,0,0,28.7285761868503,1.93751271737772], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.38904026525492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.04804247222838,0,1.89917499219364,0,3.78894511754277,4.47343712932734,0,0,0,11.8165879283146,77.613605907511,1.12329698661011,0,75.3611026985718,4.19590676970375], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44.720349765142,54.4064586658443,3.03312140705188,0,0,3.59965792125932,19.0059398466542,0,0,21.9250425443548,3.04079464925365], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.37371113555244,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.26397111670284,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.3685087466104,0,0,3.60596912964347,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.63008759060671,0,0,3.78166880360118,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.87032764041029,2.0488666604399,2.5938058308536,5299.87877755355,11.5645203943013,2.37292912877803,1.43777260575159,664.111027082397,8.33306685317552,331.839886093378,124.08904810212,469.756786499344,324.935582677729,21.3998831915855,49.398180771823,89.2185821984555,259.830361086722,996.238886370465,43.0274889579957,244.029902954979,233.906636709731,138.609451582781,25.14155976262,78.0777763759381,236.605562540014,4.38838161792149,6048.92785351569,1028.2887196829,6681.9889292218,291.187296690377,12200.8961783536,13561.6727404353,2754.84147805517,1.28199230256779,0,41856.0367962297,277520.583633085,3440.69151989157,307.449906755303,184009.771284255,12108.9388926479], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413.57944846053,0,0,0,50.8307359724482,0,25.3086526667755,9.85263401298282,37.6361627151025,25.1227788431772,1.84129466055457,4.1470484497139,7.75258024893563,22.9536413556132,106.381521384066,3.49666994266957,19.3379154580999,18.9700555579269,9.83672734734302,1.92796981399127,6.88930297211164,22.6901151143676,0,431.540485887068,87.8409142839369,403.066903015562,27.1787192217031,685.700426771747,685.264806583207,177.460823326961,0,0,3269.23009596591,33826.3540996122,443.502130880058,31.3968444351395,17379.7233493874,1253.14169091934], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.17749846133782,0,0,1150.13467385823,2.49763926349677,0,0,143.123044511043,1.95879072288997,75.9777552878092,29.0949815905454,109.588020361424,74.8565293629663,5.13531020930896,11.8279088168592,21.0521574667116,62.6569585823495,254.49265985197,10.2547055354731,56.9425409765039,55.5157526548984,32.4963099391692,5.60489159745066,18.8913999358318,59.4265898464554,1.07918400104528,1331.08396777777,239.505861110146,1326.8037105918,77.6432279020847,4037.8608824317,4610.38490822582,667.91947513358,0,0,9237.17132645197,74755.4993241849,975.084374153365,77.7567100665099,45459.9171410389,3157.31803537276], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.17347882131608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.85732640854985,0,3.77860970004605,0,12.0356559908303,13.8912907866062,1.91762166390588,0,0,25.8465541364239,200.764895976027,2.65975225836879,0,128.441860965192,8.81733044148412], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429.317722641797,0,0,0,54.0414456953293,0,34.2606291819041,13.3202342993665,48.2843279515761,33.7498816840414,2.22957528627189,5.28234216386659,8.65121933057441,26.5977443828412,95.184788959296,4.78018684564879,25.7833001586219,25.5941946717288,14.5311666234325,2.35429631507175,8.13872931456847,25.4619202722683,0,586.496128898386,94.243182496337,539.915201999192,32.0121343874713,1245.21948414099,1431.40639072631,240.606385907921,0,0,3640.9560504083,25965.529581004,361.079484721839,30.113617900022,18711.8843643653,1217.13937401703], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15.8819708782278,0,0,0,1.98851067314305,0,1.15331196680429,0,1.70751500134517,1.13865522058499,0,0,0,0,3.60582859784505,0,0,0,0,0,0,0,0,19.9904522505364,3.39493630826839,18.8008663470179,1.13825354015326,51.802509253358,59.3029192795913,9.1056515096213,0,0,130.493119845899,1006.56315216507,13.8788971048815,1.12607257935006,663.154171233796,46.2383742106954], [0,0,0,3.23201367614791,0,0,0,0,0,0,6.02525066960735,0,0,1.46055374739582,0,1.0633568606394,2.85764768459712,0,9.21686644754335,9.95726905752889,4.18520521023804,1.26016223572758,1.11934770746883,13.0055312333821,4.78105674157803,1.45765024716258,165.172858733857,59.0893330988856,52.202746390715,1.31759321134933,14.9657829244856,36.6943264600404,4.99592542114861,0,0,58.4908557670586,424.847965670668,12.5581882245661,1.15169451638277,707.802373552582,46.5503456838334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.26635017101678,0,0,0,0,0,0,4.3959041193582,0,0,1.05440449328364,0,0,1.10893276502125,0,6.62002379562324,7.17349635832791,3.02421440590052,0,0,9.20377359792024,1.4302318420038,1.02714980336461,114.268093834133,41.7825680658748,17.3717812633204,0,6.32405583182271,15.5231852511397,1.65245620826117,0,0,22.4894480489638,164.703390433052,5.11515154107672,0,337.870564367913,20.3058867559717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,2.03761287387628,0,0,0,0,0,0,6.90323457952983,0,0,1.65757119099874,0,0,1.77650075328923,0,10.4183332989831,11.2664336593165,4.75001865945669,1.37427977734198,1.11771781241968,14.4601369923956,2.29690695827238,1.61366367425749,180.694027200782,65.5677904693664,27.7178279150048,0,10.4233433143065,25.5790458225628,2.74706105693116,0,0,36.0957395055782,265.119886548597,8.21411251591504,0,538.582383964478,32.6736712275205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,4.07526426606478,0,0,0,0,0,0,4.42354932617666,0,0,1.0977707471811,0,1.3779438758495,2.60413644486233,0,6.93608786120126,7.42853270701551,3.10929939326268,0,1.01419473424577,10.2057332210821,3.55723558704095,1.13485716385614,120.67680212118,46.0518692071996,25.0719538647151,1.71078832817454,36.9681101724696,90.1986908441764,12.3295975944163,0,0,70.8455007508376,530.553137714872,15.1468345451788,1.46224297850157,793.303199730404,65.4173725893476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.21067700009649,0,0,0,0,0,0,1.2961610707959,0,0,0,0,0,1.5440968488023,0,2.02723498636285,2.20060882190057,0,0,0,2.98393916291497,1.06007003681904,0,42.8241962296626,12.987901505301,34.9238321272077,0,5.81615457749916,14.238424508776,1.91879414015199,0,0,23.043355092066,161.982226760668,4.8416011750533,0,272.980051946349,17.96099088087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.19234093840827,2.47865971035696,3.34662617030184,0,5.47182803619431,13.3431543490415,1.88965240720162,0,0,9.24080934203536,71.6910796392817,1.98425917762196,0,95.1972587631393,8.69938299840868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.72010307957579,0,0,0,0,0,0,0,0,0,0,0,1.11391935787377,1.90513154294282,0,0,0,0,0,0,0,1.50383129708258,0,7.48265401342159,2.96400884978491,5.32086541595913,0,59.5017610153191,144.530189460602,9.62595256477958,0,0,22.5946988733084,214.14874511813,3.06464835709688,0,329.577187134902,38.8816770330442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.82099543507852,1.15090565310609,1.06632583035832,0,2.15338189766571,5.25433271815639,0,0,0,3.95168494379425,31.1807297249266,0,0,39.4060366383501,3.567165507391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.10868847488668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.92773642364612,3.57545889395334,9.62244081247146,0,12.2604517204238,29.9304838645411,3.22960860583042,0,0,19.048995326366,147.378539755982,4.35244694959851,0,210.202917096218,19.4836045346381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.21790936491019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.05057950662872,0,8.26938133062009,3.7532108934597,6.49405245705896,0,7.40919607875344,18.3435927302979,2.65102563762065,0,0,23.4555381318344,313.371721950586,6.93500986738212,0,244.73812222517,21.4590978924541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.10080721447318,0,0,0,0,1.71773623560768,0,0,0,3.42867400651236,22.7457979818447,0,0,32.8154502210171,2.70154987069424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.23054630890998,0,0,4.34100526780239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.36533187621274,0,0,0,5.15789434636105,12.5747178860509,0,0,0,3.25514448043387,26.5097967552598,0,0,43.2484751187999,4.90711640836053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,2.52461202820047,0,0,0,0,0,0,0,0,0,0,0,0,2.18513799222665,0,1.05063708981244,1.08460939339468,0,0,0,1.86589317817868,2.03636067020966,0,24.5873593924955,7.96806323930059,32.6156865043459,1.07207908455206,25.2800381242375,61.7463679284045,8.78081596290039,0,0,43.8176514661038,350.888435542984,9.83971972442378,0,476.871282767051,42.3699197647146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.04369348834841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,3.45326793944693,0,0,0,0,0,0,0,0,0,0,0,0,1.07888823931144,0,0,0,0,0,0,1.87970677436523,2.3493513212768,0,16.9990083875052,9.31237181676498,9.49156720121962,1.07236190461326,10.0775496288518,24.6527070314284,2.91987673021791,0,0,68.4658852316751,457.273081333986,14.9654954160369,1.03421151934524,450.309139514291,35.2298372809072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.08829632587066,0,28.4102890314147,0,0,0,0,0,0,1.6796619864937,10.1857199702004,0,0,64.2005134116217,2.10280799077372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [1.39534515192301,0,0,211.004166270386,5.90622680277017,0,0,44.1608464993141,1.10877946276954,0,21.2363356088986,0,1.7655595557617,9.00528138344923,0,32.9918256818667,47.5782765362393,4.53332146769845,54.5026213776684,53.4776362253168,19.4565740017658,11.9709385048661,26.7351268361433,127.451493172644,160.668783195368,15.419013692223,1004.59985456137,583.830063651883,442.734449824124,66.3763623852405,272.052917756269,623.113713299813,99.4234349417263,7.95975870412192,2.89887271185378,6586.0629767277,22209.0808255849,5182.93873330585,87.3817341544411,29171.8376257921,2301.86940099626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.38302726248397,9.05041689249691,0,0,13.0925041710598,1.04723658036266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.99366722012049,1.67823432537086,1.30263146062553,0,0,1.50822966567957,0,0,0,5.73029716687324,37.0448543344583,1.33555145256676,0,52.913426355395,4.13164994834583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.63343684943594,0,0,0,0,0,0,0,0,2.58262791376078,16.7423771942227,0,0,24.1249488881936,1.9118734638248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.78491062331419,0,0,0,0,5.79926872683929,0,1.50917793755217,0,1.08191474707531,3.06446510481735,0,0,0,3.58463686774253,12.6759310571314,0,0,42.6115178305021,3.87532084835975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.48919733879343,0,6.26929623097327,0,0,0,0,0,0,2.79544839984208,18.5937555387592,0,0,31.9325996972713,1.87986071428499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11.2834043892483,2.17897651274557,20.5731975116909,0,0,1.78948171473726,0,0,0,4.80669870227684,33.2228653720669,1.34423955036478,0,84.6468254341624,4.82425610614785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,5.48949801343986,0,0,0,1.14062988899333,0,0,4.13164229712658,0,0,0,0,1.21120348834512,15.0390168911563,0,6.66266013298909,7.39446995032049,3.07318648536803,1.00189331369934,1.1592720125788,8.94898023800409,4.87284762870239,1.08410100657686,198.735627706555,38.9732995257712,414.184260871549,2.28099370841786,10.1127074118322,24.9095056670697,3.59660891562205,0,0,105.600060572951,760.38227698703,23.0888184067783,2.1213887658595,1558.70082655911,78.4233127405644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.17803017690309,0,0,0,0,0,0,2.05189435278946,0,0,0,0,0,1.35665517339537,0,3.18234398446978,3.41440727398076,1.43342801575362,0,0,5.07749472661241,1.1241508866579,0,59.9188537515091,20.7408978061128,29.3200687191038,0,4.90943239407706,12.0375779371432,1.48139578605943,0,0,22.027126430596,152.774738644659,5.03788065549718,0,285.447210933689,18.1531368698715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,1.62990653491485,0,0,0,0,0,0,0,2.45439696478043,2.65969223789149,1.1212846833497,0,0,3.41226100176499,0,0,42.3551820971404,15.4913650010212,6.43433030639401,0,2.33086007001061,5.72159857605505,0,0,0,8.31633710075803,60.8976740225967,1.88809901439496,0,125.068357776122,7.50850483544231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.77197196374701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.52356206599197,1.49312356131496,0,14.4880484704075,6.97891811204759,11.6594292120527,1.34278021193292,3.8625652462169,9.55670491126441,1.3565926354331,0,0,37.6714028254535,308.161742132402,11.940129513217,1.14117131431607,433.606396093994,35.9705604350043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.74211528426425,0,18.0190477789936,0,0,0,0,0,0,0,5.74515657664555,0,0,39.8287598219111,1.25673164493982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.08521357264154,0,0,0,0,0,0,0,0,5.31062929100091,34.0593903912026,0,0,33.205029504277,2.49060157880184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,37.0476593970483,0,0,0,6.57089027590701,0,0,3.62360956828678,0,0,1.23202189443785,0,23.9951682538107,41.0366435011987,0,9.05031536914178,8.41986199387402,3.37115909356777,1.43454070016834,4.86267202073515,18.3621803730827,32.3892878036405,2.03760519141999,161.14378451247,63.8284371702548,114.569678232563,13.6967090455833,1281.82715746588,3113.57288403501,207.36548266928,2.40691785093442,0,486.579312139932,4610.33981562176,65.9611102767046,10.1785775843061,7098.25859164877,837.480319736703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,6.64667381374159,0,0,0,1.1879032658236,0,0,0,0,0,0,0,0,2.78204430699977,0,1.30624927172686,1.21782083453013,0,0,0,3.09057245319879,5.6295393685488,0,23.0362129780833,8.57565415311631,9.98930026344993,1.60126511589542,8.60310500642231,24.2604875533894,3.32186494939096,0,0,42.8700460480121,299.678615580356,7.70863170482726,1.0770423891623,722.109737426884,119.810014811519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,1.14832108146384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.15844105713634,2.91485442450165,3.40915958926776,0,5.01213511988472,12.6784683157508,65.7005827876367,0,0,20.9068714154534,230.506516027476,6.28211129645699,0,248.211714195918,28.8956291430051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,3.47015117532202,0,0,0,0,0,0,0,0,0,0,0,0,1.41720345723664,0,1.00921113539062,1.00000007316966,0,0,0,2.25876933117453,2.77139187960529,0,18.9884334248747,10.254902457284,12.2894806740795,1.68647373811532,5.58179770205195,14.2374730396523,2.37340319206771,0,0,74.0366595332871,791.715859160937,24.0754789979645,1.60812719017972,641.269216127726,52.019691189048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.10523280851484,1.13695303968111,1.3625251402145,0,0,1.57849753493392,0,0,0,8.20838671599617,87.7769200035058,2.66922958482866,0,71.0970179938156,5.76738260232318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [15.3078211314106,3.21516746689939,0,2433.33438562559,70.1889320617619,0,0,493.643584770148,10.1909566601768,0,204.676571659704,1.32548879400938,13.6565056256091,79.9222289778794,0,293.389353221938,537.022593920533,33.994954130934,495.253644992129,469.73263528497,183.428420462621,109.093799123117,247.78165676686,1087.78055375343,1535.28109015599,126.136318862042,9201.04277546867,5791.35229938206,4912.5744852864,665.719947626089,2998.32928834035,7343.36269280991,1257.83356101578,69.248689084783,26.5623074006419,47652.6887449094,276424.40945068,7341.23570680178,643.870823819253,275625.324250263,20086.1960554223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,28.8671362079411,1.1287238086062,0,0,6.8819307785319,0,0,3.7623790091519,0,0,1.91181981776179,0,8.24332236037898,20.4688624916106,0,9.53512372229996,9.56328683201442,3.41243717722114,1.84330884934793,4.13384216577811,23.118649081048,30.4562339914727,2.38508175941392,170.214826340305,88.9374712316619,100.025579233397,16.1002911097343,40.0554626062793,118.033634623135,22.7929508615498,1.93764338929529,0,620.881127002349,15111.032319118,264.164977175881,17.1242232410491,7263.41531582124,614.205410026267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [7.37373508967526,1.48605320707725,0,1099.39914630088,31.707967841904,0,0,225.552423673641,6.1465712390081,0,126.771645785072,0,8.43160973773903,46.8179309768488,0,178.825146482459,358.284545122486,19.887770534547,290.253115875426,285.148166305985,110.123870366636,79.6347283989984,134.529876563595,617.095010502094,778.619566248464,70.6812911514498,5566.53016388084,2982.66427546781,3614.47473433198,371.772085558548,2733.30869050338,6674.58775824567,842.893319091854,38.490762168349,14.4943979353344,23968.5442229628,151802.270469486,8552.66001851935,374.803083425906,153902.122604576,12072.4822199212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,81.4089877994364,2.33878163115873,0,0,16.6321074943415,0,0,10.4514782731074,0,0,3.7024597072964,0,14.4177646896451,32.5773485179279,1.56543298278456,23.3376415735886,23.1701899245417,9.00350071282502,6.84268321844556,10.5177991919959,48.416591562194,59.1346288185284,5.45426922425952,466.015267670186,229.126149227144,379.87835449602,31.1162755258312,247.636140463867,607.137514691673,74.6695146104619,2.99209619203106,1.12688396675196,1687.71580812168,12012.0332956977,512.753785719462,29.6466404645306,12483.3935570852,1001.93365906619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [1.03703018455197,0,0,149.428719791927,4.28574196018445,0,0,29.9847091333676,1.22372763807406,0,25.5667355220987,0,1.58534396682144,8.7311132013313,0,31.6051238130671,60.3851030172355,4.37629165680535,59.7545393040023,60.4984974540996,22.9397378480137,15.2403992807385,24.6683933301849,130.441359583545,126.514359313301,13.1778222625092,1125.50149968206,586.22627379568,694.738792362574,133.380497698409,362.585224935645,887.377823219327,121.646423805173,6.9875585660938,2.5795379247681,3270.41080345204,23417.4265634449,1030.19436682422,110.487402778584,39364.2095519172,3354.04758214158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,0,3.21333113564842,0,0,0,0,0,0,0,0,0,0,0,0,1.11271561621158,0,1.11939180511179,1.12852166866608,0,0,0,2.19742386277353,2.24927925800423,0,21.0302198565411,10.0756970404454,11.9659589867618,1.75396859261228,8.25819489257376,20.225210857717,2.64910395096405,0,0,61.6362065188813,419.585128175971,22.1845469870889,1.32929246235957,541.711836243812,51.3154436398517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], ]; var chord = d3.layout.chord() .padding(.02) .sortSubgroups(d3.descending) //sort the chords inside an arc from high to low .sortChords(d3.descending) //which chord should be shown on top when chords cross. Now the biggest chord is at the bottom .matrix(matrix); var arc = d3.svg.arc() .innerRadius(innerRadius) .outerRadius(outerRadius); var path = d3.svg.chord() .radius(innerRadius); var fill = d3.scale.ordinal() .domain(d3.range(Names.length)) .range(["#9fe901","#0dfd01","#32fa99","#01fdec","#01bafd","#0165e9","#0137fd","#5d32fa","#9401fd", "#dc01fd","#e901c6","#fd01ba","#fa324c","#fd0105","#fd5d01","#e97d01","#fdbe01","#fae032", "#fde001","#dcfd01","#9fe901","#87fd01","#49fa32","#01fd72", "#026500","#009d3a","#009327","#02724f","#008e89","#007593","#004f9d","#003cbb","#001b89","#0017a7", "#2a0093","#7500d6","#fffc51","#ae039a","#8e0024","#ff2837","#b25c00","#d69500","#a1a903","#8b8e00", "#65ac00","#29a200","#00a200", "#87fcaa","#6bfead","#6bfee3","#8fc3fe","#7b8afe","#b196fc","#c97bfe","#e17bfe","#fe85f6", "#fe8fd9","#fc8798","#fe7585","#fe896b","#fe9a6b","#feb566","#fcd973","#fcfe75","#d2fe80","#d1fe70", "#37da01","#1efa84","#39e0fe","#4359fe","#e13efe","#fe4d7c","#f82e0b","#fea866","#fef448","#bcfd2e", "#a9fd34","#04cc0e","#01dab2","#6601da","#017bfd","#e101e9"]); //////////////////////////////////////////////////////////// //////////////////// Draw outer Arcs /////////////////////// //////////////////////////////////////////////////////////// var g = wrapper.selectAll("g.group") .data(chord.groups) .enter().append("g") .attr("class", "group");; g.append("path") .style("stroke", function(d) { return fill(d.index); }) .style("fill", function(d) { return fill(d.index); }) .attr("d", arc); //////////////////////////////////////////////////////////// ////////////////////// Append Names //////////////////////// //////////////////////////////////////////////////////////// g.append("text") .each(function(d) { d.angle = ((d.startAngle + d.endAngle) / 2);}) .attr("dy", ".35em") .attr("class", "titles") .attr("text-anchor", function(d) { return d.angle > Math.PI ? "end" : null; }) .attr("transform", function(d,i) { var c = arc.centroid(d); return "rotate(" + (d.angle * 180 / Math.PI - 90) + ")" + "translate(" + (innerRadius + 27) + ")" + (d.angle > Math.PI ? "rotate(180)" : "") }) .text(function(d,i) { return Names[i]; }); //+ "translate(" + (innerRadius + 55) + ")" //////////////////////////////////////////////////////////// //////////////////// Draw inner chords ///////////////////// //////////////////////////////////////////////////////////// var chords = wrapper.selectAll("path.chord") .data(chord.chords) .enter().append("path") .attr("class", "chord") .style("stroke", "none") .style("fill", function(d,i) { return fill(d.target.index); }) .style("opacity", opacityDefault) .attr("d", path); //////////////////////////////////////////////////////////// ///////////////////////// Tooltip ////////////////////////// //////////////////////////////////////////////////////////// //Arcs g.append("title") .text(function(d, i) {return Math.round(d.value) + " energy in " + Names[i];}); //Chords chords.append("title") .text(function(d) { return [Math.round(d.source.value), " energy from ", Names[d.target.index], " to ", Names[d.source.index]].join(""); });