mattetti / googlecharts

Ruby Google Chart API
http://mattetti.github.com/googlecharts/
MIT License
699 stars 108 forks source link

No Axis Label Position Support #66

Open rjack1201 opened 11 years ago

rjack1201 commented 11 years ago

There is currently now support for Axis Label Position (chxp). This becomes important if you want to do custom axis labels to describe the whole axis. For instance, if you had a chart that had 1000 to 10000 dollars on the y-axis and the years 2000 to 2010 on the x-axis, you would like to add a overall labels of "Dollars" and "Years" on each respective axis. chxp is needed to position the labels into the middle of the axis. The google documentation can be found on this page:

https://developers.google.com/chart/image/docs/chart_params#axis_label_positions

Does adding this make sense?