cja Report post Posted August 1, 2011 Hi, I'm having difficulty getting my Scatter chart format working as I want it. Specifically: 1. The drawLine='1' doesn't seem to work (ie no line visible) 2. The x-axis scaling isn't working (I want the axis to go from -45 to 405) 3. The x-axis labels aren't appearing 4. I can't hide the anchors for the first dataset. Have tried a few different options including seting the anchor Alpha to 0 for each point. I'm rendering in Javascript and embedding the xml data in the html. I attach the code and an image of the webpage I get. Thanks for any help! Charles. file.htm Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 1, 2011 Hi, Welcome to FusionCharts Forum! Please note that this issue will be fixed in the next release of FusionCharts i.e v 3.2.2. Meanwhile, please find the evaluation beta js file attached for your reference. In case you are an existing customer, please send us your orderID to: [email protected] quoting this forum thread and we will provide you the licensed js file. Looking forward to your mail. Share this post Link to post Share on other sites
cja Report post Posted August 1, 2011 Thanks - have sent you by email my order ref. Charles. Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 1, 2011 Hi, Thanks for your response. We will get back to you soon. Share this post Link to post Share on other sites
cja Report post Posted August 1, 2011 Hi, Using the latest code solves my problems #1 and #4 - ie I can now see the line, and I can adjust the anchor formats. I'm still having a problem with getting the x-axis labels to show (using <categories>) and the x-axis scaling. Thanks for any advice, Charles. Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 2, 2011 Hi, Thanks for your response. Regarding problem #2: Please try the same by setting <xAxisMinValue> and <xAxisMaxValue> attribute inside the <chart> element of your XML code. Regarding problem #3: Please try the same by replacing label with name inside <category> element. ex: <category label='45'> This is a known issue of scatter chart and will be fixed in our upcoming release i.e FusionCharts v3.2.2. Hope this helps. Share this post Link to post Share on other sites
cja Report post Posted August 5, 2011 Thanks Angshu - that works. Charles. Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 5, 2011 Hi, Glad to know that you have managed to resolve your problem. Happy FusionCharting! Share this post Link to post Share on other sites