Xytheron

Where Did My X-Axis Go?!

Recommended Posts

So I'm new...please forgive me if this obvious but I seem to be missing my X axis somehow...the two links below are my files and I'm using the sample data and it won't bring up the labels...would anyone be able to point me in the right direction?http://steelnerve.co...arts/chart.html

http://steelnerve.co...Charts/Data.xml

 

 

Secondly I have an existing XML file that's built in the below format

<swimrecords>

 

<swimtime>

<meet>2004 PV Oct Open Lee District</meet>

<month>Oct</month>

<day>15</day>

<year>2004</year>

<pool>25yds</pool>

<distance>50</distance>

<stroke>Freestyle</stroke>

<minute>0</minute>

<second>24</second>

<hundred>92</hundred>

</swimtime>

 

<swimtime>

<meet>2001 PV Oct Open Lee District</meet>

<month>Oct</month>

<day>15</day>

<year>2001</year>

<pool>25yds</pool>

<distance>50</distance>

<stroke>Freestyle</stroke>

<minute>0</minute>

<second>25</second>

<hundred>56</hundred>

</swimtime>

</swimrecords>

 

 

Is there a way for me to have my 2D line graph graph the date against the swim time? (I'm going to make a different graph for each stroke and I don't care about the meet so i just need the y axis to be the full time and the x axis to be the full date)

 

 

If I absolutely MUST I can make the date a single <date>12/20/10</date> and the time a single <time>2:10.04</time>...it's doable if necessary

 

My main goal is that I don't have to reparse that whole XML file into a different format(like the sample where it's <set and label stuff)...but I can modify the date and time format if need be

 

If I can reference the XML file already in that format...how do I do it? Thank you so much in advance I'm hoping to put this together as a Christmas present but I'm a little out of my depth!

 

Take care,

-Ray-

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thanks for your reply.

 

We are glad to know that your problem has been solved.

 

Happy FusionCharting!biggrin.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now