I can't even get this simple chart to work:
 
<mx:XML format="e4x" id="myXmlTest">
     <data>
      <item name="danny" val="25" />
      <item name="danny2" val="22" />
     </data>
    </mx:XML>
   
    <mx:PieChart dataProvider="{myXmlTest}" id="myChart" top="0" left="0" width="100%" height="100%" showDataTips="true">
     <mx:series>
      <mx:PieSeries labelPosition="callout" field="val" nameField="name" />
     </mx:series>
    </mx:PieChart>
 
It just draws a weird triangle. Anyone see my error?
 
Thanks,
 
Danny

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to