GNOME Bugzilla – Bug 152675
In graph guru element hierarchy, the titles of charts should be immediately below the chart
Last modified: 2009-10-28 09:50:25 UTC
In the hiearchy presenting all the components of a graph, if a chart has both a legend and a title, the legend is above the title. Since the legend itself can have a title we end up with Legend Title Title which is a little hard to read. Nicer would be for the title to come immedialtely below the chart so that all titles are always immediately below their container element. This nicely parallels the placing of titles in the graphs as well, since titles are always the topmost subelement in each element.
I moved titles priority to top for charts and graphs, so this one is fixed in trunk.
The problem is now, when you move the Title object using the mouse, it stays under the plot area.
Ah, I see. It is hidden by the backplane (which I always delete, so...). We might need to have two different logic order and rendering order, which might also fix #152674.
I reveresed the previous patch, so we are back at the starting point.
Patch reapplied with some code to ensure that titles are rendered last.