<?xml version="1.0" encoding="UTF-8"?>
<settings> 
<data_type>csv</data_type>                                  <!-- [xml] (xml / csv) -->
  <csv_separator>;</csv_separator> 
  <font>Tahoma</font>                  
  <pie>
    <x>350</x>                                                   <!-- [](Number) If left empty, will be positioned in the center -->
    <y>130</y>                                                   <!-- [](Number) If left empty, will be positioned in the center - 20px -->
    <radius>100</radius>                                      <!-- [] (Number) If left empty, will be 25% of your chart smaller side -->
    <inner_radius>35</inner_radius>                            <!-- [0] (Number) the radius of the hole (if you want to have donut, use > 0) -->
    <height>10</height>                                       <!-- [0] (Number) pie height (for 3D effect) -->
    <angle>30</angle>                                         <!-- [0] (0 - 90) lean angle (for 3D effect) -->
    <outline_color></outline_color>                           <!-- [#FFFFFF] (hex color code) -->    
    <outline_alpha></outline_alpha>                           <!-- [0] (Number) -->
    <base_color></base_color>                                 <!-- [] (hex color code) color of first slice -->
    <brightness_step></brightness_step>  
     <colors>[0x84C361,437986,0xFCD202,0xFF0F00,0xF8FF01,0xB0DE09,0x04D215,0x0D8ECF]</colors> 
    <link_target></link_target>                               <!-- [] (_blank, _top...) If pie slice has a link this is link target -->
    <alpha>50</alpha>                    
  </pie>
  
  <animation>
   <start_time>2</start_time>                                <!-- [0] (Number) fly-in time in seconds. Leave 0 to appear instantly -->
    <start_effect>strong</start_effect>                       <!-- [bounce] (bounce, regular, strong) -->
    <start_radius></start_radius>                             <!-- [] (Number) if left empty, will use pie.radius * 5 -->
    <start_alpha>0</start_alpha>                              <!-- [0] (Number) -->                
    <pull_out_on_click></pull_out_on_click>                   <!-- [true] (true / false) whether to pull out slices when user clicks on them (or on legend entry) -->
    <pull_out_time>1.5</pull_out_time>                        <!-- [0] (number) pull-out time (then user clicks on the slice) -->
    <pull_out_effect>Bounce</pull_out_effect>                 <!-- [bounce] (bounce, regular, strong) -->
    <pull_out_radius></pull_out_radius>                       <!-- [] (Number) how far pie slices should be pulled-out then user clicks on them (if left empty, uses 20% of pie radius) -->   
  </animation>
    
  <data_labels>  
    <show>
       <![CDATA[{percents}%]]>        
    </show>
    <line_color>#000000</line_color>           
    <line_alpha>15</line_alpha>                
    <hide_labels_percent>0</hide_labels_percent>                                       
  </data_labels>
  
   <background>                                               
    <color>#c8dde</color>                                   
    <alpha>10</alpha>                                      
    <border_color></border_color>                             
    <border_alpha></border_alpha>
    <border_alpha></border_alpha> 
    <file>../swf/p3.jpg</file>
  </background>
  
  <balloon>                                     
    <show>
       <![CDATA[{value}]]>  
    </show>
  </balloon>
    
    <legend>
    <enabled></enabled>
    
    <x>25</x>
    <y>20</y>
    <width>100</width>
    <values>                                        
      <enabled>true</enabled>             
      <width>500</width>                   
     </values>      
  </legend>   
 
  <labels>                     
    <label>
      <x>50</x>                 
      <y>40</y>                
      <align>center</align>      
      <text_size>10</text_size> 
      <text>                    
        <![CDATA[]]>
      </text>        
    </label>
  </labels>
</settings>

