Sign in to follow this  
mrharishpathak

Want two graph line in a single line chart in PHP

Recommended Posts

Hi All,

 

I have developed a line chart in PHP using Fusion Chart.

I want two lines instead of one line in the same graph. Can we do that.

Can we make a line chart with two lining in a single chart.

 

 

As we can clearly see its a single line (showing monthly budget) in the attached image.  And I want two separate lines (showing monthly budget) in the same graph.  Is it possible ?

 

Its a client requirement and I have to submit this work/module in the next 2 hours.

 

In which file of Fusion Chart I have to make changes to show two lines instead of one line.

 

Please reply soon with a suitable answer.

Its very urgent. 

 

Please find the image (single line - fusion chart) attach with.

Please see the attachment.

 

Thanking You.

 

Harish Chand Pathak

 

post-54839-0-24335400-1377849822_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Hairsh,

 

Apologies for delayed response.

 

This link can be helpful for you: http://blog.fusioncharts.com/2012/03/javascript-charts-in-php-using-fusioncharts-xt-part-1/

 

You can download the sample from same link.

 

Since, you want to plot multiple lines, so you can use MSLine chart for your requirement.

 

To render MSLine chart, you would need to provide Multi-series chart XML, for more information, please refer the following link:

http://docs.fusioncharts.com/charts/contents/ChartSS/MSLine.html

 

Hope this helps!

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
Sign in to follow this