Need to change Orientation of chart from Vertical to Horizontal
#1
Posted 03 September 2010 - 03:15 PM
Here is the current code:
echo renderChart("../../FusionCharts/FCF_Column3D.swf", "", $strXML, "Model", 550, 250);
The data is being pulled from a MySql Database.
Other Replies To This Topic
#2
Posted 04 September 2010 - 12:03 AM
Could you please try using Bar 2D chart instead of Column 3D chart to achieve the horizontal format?
Please refer to the following link to for further details on the above:
Ref.- http://www.fusioncharts.com/free/docs/Contents/ChartSS/XML_Bar2D.html
Hope this helps.
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
Other Replies To This Topic
#3
Posted 04 September 2010 - 09:10 AM
I can say this your documentation is VERY, VERY, VERY limited and the program seems to have many limitations when it comes to getting and formatting data from a DATABASE. All of the examples in your documentation relate to set commands inside the XML file.
Other Replies To This Topic
#4
Posted 20 March 2011 - 12:51 AM
Sanjukta Mukherjee, on 04 September 2010 - 12:03 AM, said:
Could you please try using Bar 2D chart instead of Column 3D chart to achieve the horizontal format?
Please refer to the following link to for further details on the above:
Ref.- http://www.fusioncha.../XML_Bar2D.html
Hope this helps.
I don't understand how to produce the horizontal format from the link you mentioned, please assist.
Other Replies To This Topic
#5
Posted 21 March 2011 - 06:11 AM
Welcome to FusionCharts Forum!
Please change the name of the swf file from Column 3D to Bar 2D.
For ex: echo renderChart("../../FusionCharts/FCF_Bar2D.swf", "", $strXML, "Model", 550, 250);
Hope this helps.
This post has been edited by Angie: 21 March 2011 - 06:11 AM
http://documentation...sioncharts.com/
Best,
Angshu
Follow us on @Twitter
Other Replies To This Topic
#6
Posted 21 March 2011 - 04:17 PM
Angie, on 21 March 2011 - 06:11 AM, said:
Welcome to FusionCharts Forum!
Please change the name of the swf file from Column 3D to Bar 2D.
For ex: echo renderChart("../../FusionCharts/FCF_Bar2D.swf", "", $strXML, "Model", 550, 250);
Hope this helps.
Ok, thanks.
I've tried this, but it's still not working, please assist:
literal.Text = FusionCharts.RenderChart("../FusionCharts/Column2D.swf", "", xmlData.ToString(), "bioForceGrade", "150", "300", false, true);
Other Replies To This Topic
#7
Posted 22 March 2011 - 09:31 AM
Could you please send us the generated XML code to look into the issue?
Awaiting for your reply.
http://documentation...sioncharts.com/
Best,
Angshu
Follow us on @Twitter

Back to top
MultiQuote
