Issue 4140 - Excel chart import: wrong axis color
Summary: Excel chart import: wrong axis color
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: 642
Hardware: PC Windows 2000
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: frank
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-19 17:26 UTC by eagsalazar
Modified: 2013-08-07 15:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
example bad graph (35.00 KB, text/xls)
2002-04-19 17:27 UTC, eagsalazar
no flags Details
bad graph example 2 (129.50 KB, text/xls)
2002-04-19 17:29 UTC, eagsalazar
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description eagsalazar 2002-04-19 17:26:07 UTC
Plot in excell spreadsheets almost always come out totally wrong.  Often they
come out with no plot points at all.

I have attached two MS excell spreadsheets.  Try opening them with OO.
Comment 1 eagsalazar 2002-04-19 17:27:39 UTC
Created attachment 1416 [details]
example bad graph
Comment 2 eagsalazar 2002-04-19 17:29:07 UTC
Created attachment 1417 [details]
bad graph example 2
Comment 3 daniel.rentz 2002-04-22 12:46:52 UTC
Sample 1: This kind of combined chart is not supported in the old chart implementation -
> waiting for new chart module (see 
http://graphics.openoffice.org/chart/chart.html).
Sample 2: Import filter 
sets cell range for X axis wrong -> accepted.
Comment 4 oc 2002-04-22 13:08:42 UTC
.
Comment 5 daniel.rentz 2002-04-23 09:35:54 UTC
accepted
Comment 6 daniel.rentz 2003-01-13 16:09:41 UTC
target->OOo2.0
Comment 7 daniel.rentz 2004-05-27 11:34:39 UTC
raise prio to 3
Comment 8 Martin Hollmichel 2004-05-28 15:03:52 UTC
according to the announcement on releases
(http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7503) this issue
will be re-targeted to OOo Later.
Comment 9 daniel.rentz 2004-05-28 15:14:26 UTC
no, it's planned for 2.0
restored target..
Comment 10 Martin Hollmichel 2004-05-28 17:53:29 UTC
according to the announcement on releases
(http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7503) this issue
will be re-targeted to OOo Later.
Comment 11 daniel.rentz 2004-06-01 09:16:11 UTC
target, finally...
Comment 12 thorsten.ziehm 2004-08-19 15:51:27 UTC
Because of limited resource for OOo2.0, it was decided to shift this tasks to
the next milestone. If somebody will be found, who can implement this until
OOo2.0, then this tasks will be re-targeted.
Comment 13 rafaelda 2005-02-11 05:02:36 UTC
When will the famous new chart engine come true?
Comment 14 daniel.rentz 2005-10-06 11:30:28 UTC
New chart now planned for OOo 3.0. Setting target (again...)
Comment 15 daniel.rentz 2006-06-28 12:29:43 UTC
target
Comment 16 daniel.rentz 2007-12-19 11:58:43 UTC
new analysis:

File "Book1.xls":

* sheet "Chart1":
  - this is a pivot chart, feature is not available in OOo Calc, see issue 14506.
* sheets "HIST2", "HIST3", "HIST4":
  - series title "Frequency" is a string constant, not supported by OOo, see
issue 16241. Workaround is to link the series title to cell B1.
  - axis color is gray: wrong handling of automatic axis line style, will be fixed.
  - X axis labels not rotated automatically, see issue 71698.

File "Tag2a_fgvar_stat.xls":

* all sheets:
  - axis color is gray: wrong handling of automatic axis line style, will be fixed.
* sheets "CHIP#25_tun_bake" ... "CHIP#30_tun_rt":
  - "Series1" refers to text cells for X values. Excel falls back to automatic
numbers 1, 2, 3, ..., but OOo drops this data series, see issue 71686.
  - manual legend position not supported, see issue 30851.
  - automatic names of series different in Excel ("Series1", "Series2", ...) and
OOo ("Column I", "Column J", ...), see issue 83679.
* sheets "CHIP#31_inj_rt" ... "CHIP#37_inj_bake":
  - some or all series refer to text cells for X values, see above.
* sheet "Chart1":
  - chart sheet converted to chart object on data sheet, see issue 5736.
  - font sizes wrong (titles, axis labels), will be fixed.
  - no white background for entire chart object, will be fixed.


So, 3 problems remain to be fixed with this issue:
1) Both files, several sheets, axis color is gray: wrong handling of automatic
axis line style
2) File "Tag2a_fgvar_stat.xls", sheet "Chart1", font sizes wrong (titles, axis
labels)
3) File "Tag2a_fgvar_stat.xls", sheet "Chart1", no white background for entire
chart object
Comment 17 daniel.rentz 2007-12-19 12:02:33 UTC
target
Comment 18 daniel.rentz 2007-12-19 13:50:41 UTC
1) fixed
2) seems to be some automatism for chart sheets, Excel recalculates font sizes
depending on saved vs. current window size, nothing to fix.
3) original chart is transparent too, looks white because it is a chart sheet.
Nothing to fix here, it will work correctly when OOo supports chart sheets
(issue 5736).
Comment 19 daniel.rentz 2008-01-14 11:51:46 UTC
back to QA
Comment 20 oc 2008-01-16 14:34:02 UTC
verified in internal version cws_dr58
Comment 21 frank 2008-02-11 11:02:26 UTC
found integrated on master OOHm5 using Linux, Solaris and Windows builds