<?xml version="1.0" encoding="UTF-8"?>
<settings> 
  <data_type>csv</data_type>             
  <font>Tahoma</font>                    
                                                          
  <pie>
     <link_target>_blank</link_target>
     <y>50%</y>
     <start_angle>0</start_angle>
  </pie>
  
  <animation>
    <start_time>2</start_time>           
    <start_effect>strong</start_effect>  
    <pull_out_time>1.5</pull_out_time>   
    <pull_out_effect>Bounce</pull_out_effect>   
  </animation>
  
  <data_labels>
    <show>
       <![CDATA[{title}: {percents}%]]>         
    </show>
  </data_labels>

  
  <balloon>                                           
    <show>
       <![CDATA[{title}: {value} mln. ({percents}%)<br>{description}]]>
    </show>
    <max_width>300</max_width>
    <text_color>000000</text_color>
    <corner_radius>4</corner_radius>
    <border_width>3</border_width>
    <border_alpha>50</border_alpha>
    <border_color>#000000</border_color>
    <alpha>80</alpha>    
  </balloon>
    
  <legend>                                            
    <enabled>false</enabled>                          
  </legend>  
  
  <labels>                                            
    <label>
      <x>0</x>                                        
      <y>10</y>                                       
      <align>center</align>                             
      <text_size>12</text_size>                       
      <text>                                          
        <![CDATA[<b>World population</b>]]>
      </text>
    </label>
  </labels>
</settings>

