Issue 78086 - new Chart: charts no longer update
Summary: new Chart: charts no longer update
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: oooqa, regression
Depends on:
Blocks:
 
Reported: 2007-06-04 16:07 UTC by sandreas41
Modified: 2013-02-24 21:21 UTC (History)
4 users (show)

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


Attachments
example for 78086. temperature chart ods (75.70 KB, application/vnd.oasis.opendocument.spreadsheet)
2007-06-04 16:09 UTC, sandreas41
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description sandreas41 2007-06-04 16:07:28 UTC
When I started using OOo-Dev_SRC680_m213_LinuxIntel_install.tar.gz last week,

all my charts stopped updating.

In a spreadsheet with 2 or more sheets; tables of numbers on sheet1, and chart
on sheet2. etc.

Correct behavior, as verified with v2.2.0-rc2
enter number in sheet1, sheet2 chart updates immediately.

Current bad behavior in m213:
enter numbers, chart is static, and has Not updated since last week, despite
daily updates and FileSave sequences.

IF I press F9, then the y-axis scale resets to minimum = 0, with different tick
intervals.
If I edit the chart to reset the y-axis, I verify it is set to automatic. But it
is not calculating correctly.
Thus the higher priority IMHO.

Also, If I Edit the chart without pressing F9, the same reset occurs, and the
chart does update.

Regarding the y-axis scale,
Editing with 2.2.0 gives good values: min,max,maj,minor,axis of
32.5,62.5,2.5,1.3,32.5 (Automatic),
but editing with m213 results in: 0,70,10,2,0 (Automatic).

Stewart
Comment 1 sandreas41 2007-06-04 16:09:25 UTC
Created attachment 45636 [details]
example for 78086. temperature chart ods
Comment 2 sandreas41 2007-06-04 16:38:43 UTC
additional info:
I notice the minor interval is no longer accepting fractions.
Seems like a good idea, but how does a chart with an automatically calculated
fraction interval get loaded?

I tried setting the intervals to 5 and 1.0 manually in 2.2.0, then loading into
m213. No change. :(
And updating the chart still resets the scale.

Only good news, is that going through with editing the scale manually does clear
the log jam, and automatic refresh/recalculation returns to normal afterward.

So something saved in the file needs to be "processed" or fixed automatically
upon loading.
Comment 3 sandreas41 2007-06-04 17:05:46 UTC
A further correction:

Even after manually editing the y-axis scale, and saving it,
Upon loading it again, File.Open
it Still does Not update, even though recalculation is set with a check mark,
and upon forcing a recalculation F9, it Still changes the scale to it's liking.

Also, if I set the major interval to 3, and the minor interval to automatic, it
is capable of fractions, albeit not displayed.
Comment 4 Regina Henschel 2007-06-04 17:15:02 UTC
I can confirm, that with the attached document the replacement image is not
updated, when you change a number on sheet1 without forcing update for the
chart. I use version m213 on WinXP. It sounds the same as issue 66865. But
shouldn't that be fixed already?

The second problem cannot be solved, I think. The automatic has changed,
therefore you get a dilemma. When importing you can only keep one of the
settings "automatic" or the values. If I set the values in OOo2.2 directly
without automatic, then the settings are kept.
Comment 5 IngridvdM 2007-06-05 12:31:15 UTC
->Niklas, please check why the chart is not loaded and updated correctly by the
calc. Thanks.
Comment 6 niklas.nebel 2007-06-12 19:37:51 UTC
This affects charts that are anchored to the sheet instead of a cell.

Fixed on CWS "chart07". Changed:
XMLTableShapeImportHelper.cxx 1.27.24.1
XMLTableShapeResizer.cxx 1.28.24.1
Comment 7 niklas.nebel 2007-07-16 11:25:05 UTC
Reassigning to QA for verification.
Comment 8 kla 2007-07-20 09:05:55 UTC
seen ok in cws -> verified
Comment 9 p9w.vu.31122010 2007-09-27 09:46:54 UTC
verified fixed in m230, chart is updating, closing.