Sign in to follow this  
junjua

Fusion Charts with PHP/MySQL

Recommended Posts

Dear Memebers,

  I have problems regarding the developemnt of the charts. I wanted to define my own value scale dynamically as per my requirement e.g. the chart is starting from 0, to 100 but I want it to start from my defined values on x-axis, y-axis and also, How do I can change the direction of the text like it should be rotateable.

I will be very gratefull to anyone who can help me in my problem.

Best Regards

Yasir Latif

Share this post


Link to post
Share on other sites

I am using line chart in my application with PHP/MySQL.

but the problem is that I wanted to define my own values for y-axis. Currently the value is strating from zero and the scale is not handleable as well.

And the second one, I want to show the lables on x-axis in some other direction.

Please do through my query adn tell me how can I do this thing.

Best Regards

Yasir Latif

Share this post


Link to post
Share on other sites

Hello Yasir,

To scale values manually, please try using the yAxisMinValues, yAxisMaxValues and setAdaptiveYMin attributes in the <chart> element, as documented at:

http://www.fusioncharts.com/docs/Contents/AttDesc/ChartLimits.html

Further control on the divlines is also possible, and that is documented at:

http://www.fusioncharts.com/docs/Contents/AttDesc/DivLines.html

Data labels along the X-axis can be controlled to a degree, and documentation for the same is available at:

http://www.fusioncharts.com/docs/Contents/AttDesc/DataLabels.html

I hope these materials will help you!

Share this post


Link to post
Share on other sites

Dear Dhruva Ghosh,

 As for as my problem regarding Fusion charts have been solved a lot, you  really have helped me a lot.

I want you, Sir, to help me in an other problem, which is, I want that my chart should look like a graph grid, currently It hasn't look like a complete graph paper.

Please, Tell me how can I solve this problem. Again I will be very grateful to you.

Best Regards,

Yasir Latif

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