Personally, I don't see anything wrong with adding a right margin when needed, and it can still be dynamic. You're specifying labels for the X axis, so you know the maximum value and you know the value of the data point with the label--come up with some logic that will only add a margin when the two values are within a certain percentage of each other.
If you're looking for another option, I would try setting the X axis range higher than your maximum data point value and using data scaling to make sure there's enough room. For example: http://tinyurl.com/ykfogsc where the key changes/additions were: - removal of 0:| labels from CHXL - CHDS=0,200 (the upper value here would need to be dynamic) - CHXR=0,0,200 Have fun, K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
