FusionCharts Forum: Need to change Orientation of chart from Vertical to Horizontal - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Need to change Orientation of chart from Vertical to Horizontal

#1 User is offline   larsonc 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 31-August 10

Posted 03 September 2010 - 03:15 PM

Currently I have a FCF-Column3d.swf chart which displays just fine, The issue is that the as the right now it is a Vertical chart and I need to make it a Horizontal chart to support longer elements.



Here is the current code:



echo renderChart("../../FusionCharts/FCF_Column3D.swf", "", $strXML, "Model", 550, 250);



The data is being pulled from a MySql Database.
0

Other Replies To This Topic

#2 User is offline   Sanjukta 

  • Supreme Being
  • Group: Administrators
  • Posts: 1593
  • Joined: 15-March 10

Posted 04 September 2010 - 12:03 AM

Hi,

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. :)

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Thanks,
Sanjukta

Follow us @Twitter!
0

Other Replies To This Topic

#3 User is offline   larsonc 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 31-August 10

Posted 04 September 2010 - 09:10 AM

I don't think you read my whole post in that the data is being pulled from a MySQL database and not being hard-coded with the XML File?



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.
0

Other Replies To This Topic

#4 User is offline   litlmike 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 19-March 11

Posted 20 March 2011 - 12:51 AM

View PostSanjukta Mukherjee, on 04 September 2010 - 12:03 AM, said:

Hi,

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.
0

Other Replies To This Topic

#5 User is offline   Angshu 

  • Supreme Being
  • Group: Administrators
  • Posts: 3222
  • Joined: 08-December 10

Posted 21 March 2011 - 06:11 AM

Hi,

Welcome to FusionCharts Forum!Posted Image

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.Posted Image

This post has been edited by Angie: 21 March 2011 - 06:11 AM

Help us improve our documentation with your precious feedback at:

http://documentation...sioncharts.com/

Best,

Angshu

Follow us on @Twitter


0

Other Replies To This Topic

#6 User is offline   litlmike 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 19-March 11

Posted 21 March 2011 - 04:17 PM

View PostAngie, on 21 March 2011 - 06:11 AM, said:

Hi,
Welcome to FusionCharts Forum!Posted Image

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.Posted Image


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);
0

Other Replies To This Topic

#7 User is offline   Angshu 

  • Supreme Being
  • Group: Administrators
  • Posts: 3222
  • Joined: 08-December 10

Posted 22 March 2011 - 09:31 AM

Hi,

Could you please send us the generated XML code to look into the issue?

Awaiting for your reply.
Help us improve our documentation with your precious feedback at:

http://documentation...sioncharts.com/

Best,

Angshu

Follow us on @Twitter


0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic