Use the data scaling parameter (chds) for bar charts. For line charts you'll need to use a false data set to plot a fake x-axis and use data labels to label the axis, then use axis labels to label the y-axis. If you want to remove the true x-axis which will appear at the bottom of your chart you may need to plot another flase data set and color it the same as your background color while setting all the values to the lowest value in your actual data set.
Blah, is there a better way to do this? On Sat, Jul 25, 2009 at 12:20 PM, badnews<[email protected]> wrote: > > > How to display the value like this by chart ? > > (axis Y) > > 25 > > 20 > > 15 > > 10 > > 5 > > 0 - - - - - - - - - - - - - - - - - - - - - - > - - (axis X) > > -5 > > -10 > > -15 > > -20 > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en -~----------~----~----~----~------~----~------~--~---
