After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641901 - x-axis labels in column chart should be formattable
x-axis labels in column chart should be formattable
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-02-09 06:04 UTC by Andreas J. Guelzow
Modified: 2011-09-02 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make formatting work (1.38 KB, patch)
2011-02-15 15:27 UTC, Jean Bréfort
none Details | Review

Description Andreas J. Guelzow 2011-02-09 06:04:07 UTC
Currently when you create a column chart the format for the labels on the x-axis cannot be set. This would be desirable, especially with regard to column charts created by the histogram tool.

Note that histogram charts already allow that. Also the format of the y-axis of the column charts permits setting the format.
Comment 1 Jean Bréfort 2011-02-09 10:09:02 UTC
I think this is related to the discrete status of x axis in column plots (and y axis in bar plot).
Comment 2 Jean Bréfort 2011-02-09 10:11:29 UTC
It's also related to #414383.
Comment 3 Andreas J. Guelzow 2011-02-09 16:56:17 UTC
I don't see the connection with #414383.
Comment 4 Jean Bréfort 2011-02-09 17:07:47 UTC
I just think that we need a specific property page for discrete axes to fix that (if it can be fixed at all).
Comment 5 Andreas J. Guelzow 2011-02-09 18:12:28 UTC
I obviously don't know enough about that situation. But since we retrieve data from teh worksheet I don't see why formatting that would be any differnet then for other sheets. Just because we show the values say as 0.0000 on the worksheet we should be able to show it as 0.00 on the axis.
Comment 6 Jean Bréfort 2011-02-09 18:42:25 UTC
The data might be just text for a discrete axis.
Comment 7 Andreas J. Guelzow 2011-02-09 18:58:09 UTC
So? We can have text in a cell and still have a format for that cell. 

Of course it doesn't give us anything new in that case. But what if the data is not text?
Comment 8 Jean Bréfort 2011-02-09 19:17:27 UTC
You are probably right. I need to investigate things further, will do ASAP.
Comment 9 Jean Bréfort 2011-02-15 15:27:34 UTC
Created attachment 180901 [details] [review]
make formatting work

We must be sure that this is really what we want, and extensively test.
Comment 10 Andreas J. Guelzow 2011-09-01 09:26:43 UTC
We probably should commit this and test it while we are in a development version.
Comment 11 Jean Bréfort 2011-09-02 15:29:25 UTC
The patch was obsolete. Commited something similar. Needs testing.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.