[Libreoffice-bugs] [Bug 69977] freeze/crash when creating a diagram from many thousand cells
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 31 12:15:30 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=69977
Noel Grandin <noelgrandin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needsUXEval
CC| |noelgrandin at gmail.com
--- Comment #19 from Noel Grandin <noelgrandin at gmail.com> ---
I suggest a handful of possibilities here:
(*) several of our chart2 types (e.g. pie) should not allow more than X
categories before just putting all remaining data into a "remaining" category
(*) possibly we should choose Data Range before choosing Chart Type
(*) if choosing a really large data range, the user should be warned that the
chart may be slow
(*) if the user does not explicitly choose a Data Range before opening the
chart wizard, we should only select the currently visible page or some other
small subset of the data
(*) some of the internals of the chart wizard should just "do nothing" or add
some warning message if presented with too much data e.g. if the user does
something that ends up creating > 1000 tick marks, just display a single tick
that says "too may ticks"
(*) there are definitely some bugs here e.g. the tick creation logic is
supposed to self-limit by increasing the tick-interval until the ticks stop
overlapping, but that is not happening here
Adding tag for UX team to check my suggestions
--
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/20210131/022823fd/attachment.htm>
More information about the Libreoffice-bugs
mailing list