GNOME Bugzilla – Bug 760675
RFE: Allow title for axis line
Last modified: 2016-01-29 15:30:32 UTC
This is a follow-up of bug 600482. It would be great to allow titles for axis lines. Right now, we need to use the title of another axis as a workaround.
This one was already high in my TODO list.
Excellent, thanks.
This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.
Thanks for this! There is a small issue. Steps to reproduce: - insert a graph - insert an X axis line in this graph - insert a title "test" for this axis line => in the graph preview, the layout is not respected since "test" is displayed at the same Y position than the axis labels. I attach a screenshot to illustrate.
Created attachment 319953 [details] .png screenshot of the graph guru to illustrate the problem
OK, I probably need to update the layout after the addition. Just I must find where in the code.
This occurs because nothing was allocated for the axis line as such and later changes were not propagated up to the chart. Fixed not elegantly, but efficiently at least.
OK thanks, that works now.