


    
        var chart_country = AmCharts.makeChart("chart_country", {
            "type": "pie",
            "balloonText": "<span style='font-size:12px; padding-bottom: 3px;'>[[title]]</span><br><span style='font-size:14px'><b>[[value]]%</b></span>",
            "labelRadius": 10,
            "hideLabelsPercent": 1,
            "maxLabelWidth": 200,
            "labelText": "",
            "pullOutRadius": "0%",
            "startRadius": "0%",
            "startDuration": 0,
            "titleField": "country",
            "outlineAlpha": 0.2,
            "outlineColor": "#ffffff",
            "innerRadius": 30,
            "valueField": "net_assets",
            "fontSize": 10,
            "radius": 120,
            "allLabels": [],
            "balloon": {},
            "titles": [],
            "panEventsEnabled": false,
            "colors": [
                "#013058",
                "#043B6A",
                "#0B497A",
                "#14568A",
                "#135C96",
                "#1C6AA6",
                "#2A77B4",
                "#3285C4",
                "#368ACB",
                "#368ACB",
            ],
            "dataProvider": [
                
            ]
        });

        var chart_country = AmCharts.makeChart("chart_sector", {
            "type": "pie",
            "balloonText": "<span style='font-size:12px; padding-bottom: 3px;'>[[sector_full]]</span><br><span style='font-size:14px'><b>[[value]]%</b></span>",
            "labelRadius": 10,
            "hideLabelsPercent": 1,
            "labelText": "",
            "pullOutRadius": "0%",
            "startRadius": "0%",
            "startDuration": 0,
            "titleField": "sector",
            "outlineAlpha": 0.2,
            "outlineColor": "#ffffff",
            "innerRadius": 30,
            "valueField": "net_assets",
            "fontSize": 10,
            "radius": 120,
            "allLabels": [],
            "balloon": {},
            "titles": [],
            "colors": [      
                "#013058",
                "#043B6A",
                "#0B497A",
                "#14568A",
                "#135C96",
                "#1C6AA6",
                "#2A77B4",
                "#3285C4",
                "#368ACB",
                "#368ACB",
            ],
            "dataProvider": [
                
            ]
        });


    
