help need in FLex Charts

i need to drill down inside a chart with external file xml data using XML
and XMLList Classes & Http service...  it should have a view also where i
can go back to my root and the previous parent node... like a tree
structure.. and any moment i can change the chart to some other chart like
line or bar.. it should show me the same data which was thr in previous
chart...


my xml would look like
<root>
    <call day="sunday" week="week1" month="january" year="2008">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week1" month="january" year="2008">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="sunday" week="week2" month="january" year="2008">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week2" month="january" year="2008">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="sunday" week="week1" month="february" year="2008">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week1" month="february" year="2008">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="sunday" week="week2" month="february" year="2008">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week2" month="february" year="2008">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="sunday" week="week1" month="january" year="2009">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week1" month="january" year="2009">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="sunday" week="week2" month="january" year="2009">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week2" month="january" year="2009">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="sunday" week="week1" month="february" year="2009">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week1" month="february" year="2009">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week1" month="february" year="2009">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week1" month="february" year="2009">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>


    <call day="sunday" week="week2" month="february" year="2009">
        <call_from_name>ABC</call_from_name>
        <call_to_name>XYZ</call_to_name>
        <call_from_ext>5400</call_from_ext>
        <call_to_ext>6400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>

    <call day="monday" week="week2" month="february" year="2009">
        <call_from_name>XYZ</call_from_name>
        <call_to_name>ABC</call_to_name>
        <call_from_ext>6400</call_from_ext>
        <call_to_ext>5400</call_to_ext>
        <volume>5</volume>
        <duration>20</duration>
    </call>
</root>


and in the design view i will have to drop down menu ..

1) for various charts
2) for data such as call from name abc , call from name xyz, call from ext..
so on

can any1 suggest me with simple solution... bt i need it using xmllist and
xml class...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to