[Libreoffice-bugs] [Bug 124221] Chart in Writer doesn't update after changing of data in the source table
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 14 15:49:16 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124221
Muhammet Kara <muhammet.kara at collabora.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--- Comment #7 from Muhammet Kara <muhammet.kara at collabora.com> ---
After a quick look at the source code, this behavior seems like the result of a
design decision to improve performance, but not a random regression.
OTOH, we could improve the situation, thus changing it to enhancement.
Some random thoughts on the ways to improve:
- Put in a timer, so the data update doesn't get triggered during a regular
scrolling (Currently, we do the refresh on state change, so the chart gets
updated if you double click it)
- Make it optional by putting a checkbox to settings to enable/disable caching
chart data (should be enabled by default IMHO)
- ...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191114/38d972da/attachment.html>
More information about the Libreoffice-bugs
mailing list