junjua Report post Posted May 5, 2009 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
Dhruva Report post Posted May 5, 2009 Hello Yasir, Welcome to the forum. Could you please explain your query in more detail? What chart are you using, etc. ? Share this post Link to post Share on other sites
junjua Report post Posted May 5, 2009 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
Dhruva Report post Posted May 5, 2009 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
junjua Report post Posted May 6, 2009 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
Dhruva Report post Posted May 6, 2009 Hello Yasir! You are most welcome. As for your query, I am answerng it in the other thread that you have made. Share this post Link to post Share on other sites