GNOME Bugzilla – Bug 728391
nonsensical automatic chart size for manual position
Last modified: 2014-05-07 15:24:44 UTC
Create line chart Open the properties window and click on 'Chart1' Change the object position to manual Note the nonsensical automatic size. The chart effectively disappears.
(In reply to comment #10 of bug 728197, supposing it is related with this one) > <property name="manual-size">size</property> > > Wouldn't it make more sense to have a boolean? "size" was probably not well chosen, but a boolean would not work since there are other possible values: "none", "width", "height", and various "*-abs". It might have been "both" instead.
I think we're stuck with "size". Is there a place to document the meaning?
We are not stuck to "size", just if we change, we need to accept it when loading, what would you prefer "both", "full", or "height&width", or ...?
Just commited a patch for this bug, please test.
The gui for size of a chart has only two settings: automatic and manual. From that point of view a boolean would have been fine. I gather in theory there are more options that cannot be set in the gui.
It has only two settings for now. But this might chenge (it will if I find time).
Looks fixed.