Created attachment 170913 [details] An example ods file that can reproduce the symptom Steps to reproduce the bug: 1. Open the attachment, "not_updating_graph.ods" 2. Click cell A2 3. Input 10 Expected result: The graph on the right should show the new value, 10 Actual result: The graph is not updated and continue showing the old value, 1
The left graphs are empty but needs to be left to reproduce the symptom. This file is a result of simplification to show relevant data only.
Additional information: The view updates if file is saved and reopened or releoad.
After deleting all other charts, saving and reload then seems it works fine. Also creating from scratch seems it works fine. In any case seems like a dup of tdf#86321
(In reply to m.a.riosv from comment #3) > After deleting all other charts, saving and reload then seems it works fine. > Also creating from scratch seems it works fine. > > In any case seems like a dup of tdf#86321 After deleting all other charts, the problem is gone because at least 19 other charts are necessary to observe this bug. It can also be observed from the scratch as follows: 1. Input A in cell A1. Input 1 in cell A2. 2. Locate the cursor on cell A2 and click on the chart icon and click finish button to make a chart showing the value 1. 3. Drag and move the chart to cell J1. 4. Locate the cursor on cell A4. 5. Click on the chart icon and click finish icon to make an empty chart. 6. Copy and paste the empty chart to make total 19 empty charts. 7. Save and close the document and open it again. 8. Input 10 on cell A2.
(In reply to m.a.riosv from comment #3) > After deleting all other charts, saving and reload then seems it works fine. > Also creating from scratch seems it works fine. > > In any case seems like a dup of tdf#86321 It seems that it is indeed a duplicate of tdf#86321.
*** This bug has been marked as a duplicate of bug 86321 ***