Issue 76760 - New chart : Added series disorganise chart when changing sub-type or type
Summary: New chart : Added series disorganise chart when changing sub-type or type
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 12:12 UTC by jumbo444
Modified: 2013-02-24 21:21 UTC (History)
3 users (show)

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


Attachments
Exemple of mixing of when changing sub-type (38.70 KB, application/vnd.oasis.opendocument.spreadsheet)
2007-04-27 12:14 UTC, jumbo444
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description jumbo444 2007-04-27 12:12:56 UTC
Hello,

To see the error, follow these steps :
- enter data (X, Y1, Y2)
- select X and Y1 data
- create XY plot with "points only" (default XY scatter of wizzard)
- right clic -> data ranges
- data series
- add a serie (X = same X data ; Y = Y2 data)
That's great ! It works. But now :
- right clic -> chart type
- change to "Points and lines"
=> data get mixed : 2 new series created with X data only and twice X data (for
X and Y)

If chart is created all data at once, there is no problem.

Same problem with column diagram when changing sub-type. Same problem when
changing from column diagram to bar diagram.
Comment 1 jumbo444 2007-04-27 12:14:11 UTC
Created attachment 44733 [details]
Exemple of mixing of when changing sub-type
Comment 2 bjoern.milcke 2007-04-27 15:11:43 UTC
Confirmed in latest chart2mst3 build (based on m210). This happens only when
using "Add" in the data-range dialog. When you add the series with drag and drop
(which was also possible in the old chart) it works. So, this is no regression.
Comment 3 bjoern.milcke 2007-04-27 16:25:31 UTC
Taking the issue.
Comment 4 bjoern.milcke 2007-04-27 16:25:53 UTC
Accepting
Comment 5 bjoern.milcke 2007-06-07 18:10:57 UTC
Note: When adding the sequences in the order: y, label, x, it works. So this can
probably be fixed in the DialogModel code that does some magic when there are no
y-values while setting labels or x-values.
Comment 6 bjoern.milcke 2007-06-21 16:52:01 UTC
Fixed in tp_DataSource. There was a superfluous model update with empty ranges
before the range chooser was opened.
Comment 7 bjoern.milcke 2007-06-26 12:45:52 UTC
apadting target
Comment 8 bjoern.milcke 2007-07-16 10:12:32 UTC
Please verify in CWS chart07.
Comment 9 kla 2007-07-20 09:06:53 UTC
seen ok in cws -> verified
Comment 10 p9w.vu.31122010 2007-09-27 08:58:49 UTC
After switching from XY to Line chart four data series are generated: 2 X, 1 Y1,
1 Y2.
Verified fixed in m230, Closing
Comment 11 p9w.vu.31122010 2007-09-27 09:24:12 UTC
If the two X-Series Values are the same they are consolidated into one ->
intended behavior