sirbanks Report post Posted August 22, 2008 I am able to display my categories and data, however all my data lines up on the 0 point of the Y-axis instead of flowing across the chart. The categories align properly. Any ideas where to point me? I am reading the data in properly, I believe. Here is my code: strXML = strXML & "" After reading this in, I move to the next record and do it again until EOF. Any help is appreciated. Share this post Link to post Share on other sites
sirbanks Report post Posted August 22, 2008 I will try once more then quit for good. Sorry. strXML = strXML & "" Share this post Link to post Share on other sites
sirbanks Report post Posted August 22, 2008 Trying again. strXML = strXML & "" Share this post Link to post Share on other sites
FusionCharts Support Report post Posted August 25, 2008 Hi, Could you please attach the XML that is getting generated in the HTML? Share this post Link to post Share on other sites
sirbanks Report post Posted August 25, 2008 Sorry for the late response. I was not certain where to get this, so I created the graph online and copied the source. It is attached, well the data portion is attached. Thanks for the help. graph dataXML.txt Share this post Link to post Share on other sites
sirbanks Report post Posted August 25, 2008 Nevermind, I got it. I realized my groupings were incorrect and when I grouped each area, categories, series1 and series2 it worked great. Thanks for the help. Share this post Link to post Share on other sites