<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 61131_wr_alloc_petitions.shtml - Bar Chart
 1 -->
<chart caption="Total Pending Petitions" xAxisName=" " yAxisName=" " showValues="1" animation="1" showShadow="1" plotFillRatio="99" bgColor="FFFFFF" labelDisplay="Rotate" slantLabels="1" showBorder="0" useRoundEdges="0" formatNumberScale="0">
<!-- salmon,lightorange,orange -->

   <categories>
      <category label="For Applications" />
	  <vLine thickness="2"/>
      <category label="For Permits" />
	  <vLine thickness="2"/>
      <category label="For Licenses" />
	  <vLine thickness="2"/>
      <category label="Other" />
   </categories>

   <dataset seriesName="Total Pending"  color="FCD5B5" ><!-- salmon -->
      <set value="61" tooltext="Total Pending:{br}61" color="FCD5B5" />
      <set value="377" tooltext="Total Pending:{br}377" color="FCD5B5" />
	  <set value="156" tooltext="Total Pending:{br}156" color="FCD5B5" />
      <set value="5" tooltext="Total Pending:{br}5" color="FCD5B5" />
   </dataset>

   <dataset seriesName="Received" color="4BACC6" ><!-- light orange -->
      <set value="3" tooltext="Received:{br}3" color="4BACC6" />
      <set value="77" tooltext="Received:{br}77" color="4BACC6" />
	  <set value="23" tooltext="Received:{br}23" color="4BACC6" />
      <set value="2" tooltext="Received:{br}2" color="4BACC6" />
   </dataset>

      <dataset seriesName="Closed/Resolved" color="A9CEDC" ><!-- orange -->
      <set value="16" tooltext="Closed/Resolved:{br}16" color="A9CEDC" />
      <set value="71" tooltext="Closed/Resolved:{br}71" color="A9CEDC" />
	  <set value="21" tooltext="Closed/Resolved:{br}21" color="A9CEDC" />
      <set value="1" tooltext="Closed/Resolved:{br}1" color="A9CEDC" />
   </dataset>

  <styles>
  
    <definition>
      <style name="CanvasAnim" TYPE="animation" param="_xScale" START="0" duration="1" />
      <style name="fontStyle" TYPE="font" FACE="Arial" SIZE="12" />
      <style name="fontStyle2" TYPE="font" FACE="Arial" SIZE="16" />
      <style name="fontStyle3" TYPE="font" FACE="Arial" SIZE="12" Bold="1" />
    </definition>

     <application>
       <apply toObject="Canvas" styles="CanvasAnim" />
	   <apply toObject="DATAVALUES" styles="fontStyle3" />
	   <apply toObject="DATALABELS" styles="fontStyle" />
	   <apply toObject="CAPTION" styles="fontStyle2" />
	   <apply toObject="LEGEND" styles="fontStyle" />
     </application>   

   </styles>

</chart> 