Issue 61487 - 3d pie chart doesn't remember the depth
Summary: 3d pie chart doesn't remember the depth
Status: CLOSED DUPLICATE of issue 107305
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: IngridvdM
QA Contact: issues@graphics
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2006-02-01 16:39 UTC by aditsu
Modified: 2013-02-24 21:20 UTC (History)
3 users (show)

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


Attachments
sample chart (27.86 KB, application/vnd.oasis.opendocument.spreadsheet)
2006-02-01 16:39 UTC, aditsu
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description aditsu 2006-02-01 16:39:00 UTC
I created a 3d pie chart in calc, and I changed its depth (I set it to 2 cm, in
3d effects), then went back to the spreadsheet, then when I tried to edit the
chart again, the depth was back to its default 3.33cm.
Comment 1 aditsu 2006-02-01 16:39:59 UTC
Created attachment 33767 [details]
sample chart
Comment 2 aditsu 2006-02-01 16:43:14 UTC
Exact steps to reproduce:
1. open the attached document
2. double-click the chart
3. right-click, click "3d effects"
4. change depth to 2 cm, assign and close (depth is now 2cm)
5. click in a spreadhseet cell (depth is now 2cm)
6. double-click the chart (depth is now 3.33cm)
Comment 3 lars 2006-02-01 16:58:26 UTC
confirmed with m154 on WinXP Pro SP2
Comment 4 kla 2006-02-02 07:59:22 UTC
Confirmed. Seems to be an Chart Issue. Drawing Objects works fine.
->BM: Another one for the next CWS?
Comment 5 bjoern.milcke 2006-02-02 09:23:16 UTC
The depth is not really implemented in Chart. The problem is that the 3d effects
dialog offers the extrusion depth and we cannot disable this feature there. The
problem with this feature is that the effects dialog applies an extrusion depth
to a single drawing shape. You can for example set the extrusion of a bar in a
deep bar chart. Then you might get interleaving bars, which usually is not what
you want. You can also set the depth of the floor.

The problem with draw shapes is that they are, in principle, only temporary view
objects used for rendering. Changing them does not automatically influence the
model (basically the stuff that is saved in a file).

So, I would change this issue to Feature for OOo 3.0. There, we think about a
specification about which objects will offer a depth property, and in what range
it has to lie (A depth of "2cm"  makes less sense and is less usable than "20%"
of a defined maximum depth.)

Note, that for the file format there exist "draw:extrusion-depth" in the
"draw-enhanced-geometry-attlist" as well as "dr3d:depth" in the
"style-graphic-properties-attlist". But we should probably use a new
"chart:depth" or "chart:object-depth" property. Be careful not to mix up with
the existing boolean property "chart:deep" for deep stacking in 3d charts.
Comment 6 bjoern.milcke 2006-06-23 14:04:21 UTC
Changed Target to 2.x
Comment 7 bjoern.milcke 2006-06-23 14:35:59 UTC
later
Comment 8 IngridvdM 2008-07-03 11:39:36 UTC
change owner
Comment 9 IngridvdM 2008-07-22 14:20:57 UTC
reset to new
Comment 10 IngridvdM 2009-12-07 16:32:49 UTC
The original problem does not exist anymore as it is not possible to change the
thickness of the pie anymore within the user interface (since OOo 2.3 ). There
exist a new request to manipulate the thickness again. As the user interface has
changed so much I exceptionally set this older bug as duplicate to the newer issue.


*** This issue has been marked as a duplicate of 107305 ***
Comment 11 IngridvdM 2009-12-07 16:34:10 UTC
closing duplicate