
<chart>
   <chart_data>
      <row>
         <null/>
         <string>Jan</string>
         <string>Feb</string>
         <string>Mar</string>
         <string>Apr</string>
         <string>May</string>
         <string>Jun</string>
         <string>Jul</string>
         <string>Aug</string>
         <string>Sep</string>
         <string>Oct</string>
         <string>Nov</string>
         <string>Dec</string>
      </row>
      <row>
         <string>Visitors</string>
         <number tooltip='Visitors'>2913</number>
         <number tooltip='Visitors'>3105</number>
         <number tooltip='Visitors'>2666</number>
         <null/>
         <null/>	
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>	
      </row>
      <row>
         <string>Page Views</string>   
         <number tooltip='Page Views'>6920</number>
         <number tooltip='Page Views'>6904</number>
         <number tooltip='Page Views'>6136</number>
         <null/>
         <null/>	
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>	
      </row>
      <row>
         <string>Downloads</string>
         <number tooltip='Downloads'>1008</number>
         <number tooltip='Downloads'>902</number>
         <number tooltip='Downloads'>836</number>
         <null/>
         <null/>	
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>
         <null/>	
      </row>
   </chart_data>
<chart_type>column</chart_type>
<chart_border top_thickness='0' bottom_thickness='2' left_thickness='0' right_thickness='2' color='593417' />

  <series_color>
      <color>6363C6</color>
      <color>ADADDE</color>
      <color>FFCC35</color>
   </series_color>

   <!-- define a shadow filter -->
   <filter>
      <shadow id='low' alpha='75' blurX='8' blurY='8' distance='3' />   
   </filter>

   <!-- define the tooltip look -->  
   <tooltip color='FFFFFF'
            alpha='75'
            size='12'
            background_color='c0143c' 
            background_alpha='90'
            shadow='low'
            />
<series bar_gap='0' set_gap='12' /> 
   <chart_guide horizontal='true'
                vertical='false'
                thickness='1' 
                color='000066' 
                alpha='75' 
                type='dashed' 
                
              
                size='12'
                text_color='ffffff'
                background_color='000066'
                text_h_alpha='90'
                text_v_alpha='90' 
                />

<!-- drop the chart parts by series -->	
   <chart_transition type='slide_right'
                     delay='1'
                     duration='2'
                     order='series'
                     />


<context_menu print='false' full_screen='false' />  
</chart>

