https://issues.apache.org/ooo/show_bug.cgi?id=122822
--- Comment #17 from Regina Henschel <[email protected]> --- Your (first) solution identifies the errors correctly. I have applied the patch and the curve is drawn not so bad now. But I'm not happy with the solution for issue 121058 at all. For continuous source, using min and max results in two data points being near and then having a large gap. This happens because max of one part is near min of the next part. This way you do not get an even distribution of the selected points. Using random points might be better. Using regular distances might hit regular data. For a point cloud using min and max might result in a totally wrong image. In addition the data labels are wrong. You do not get the original data labels, but the continuous first part of the data label column is mapped to the new created data point sequence. The patch for issue 121058 was introduced, because an Excel-file opened too slow. But ods-files open fairly fast. Of cause you have to wait a few minutes, but we consider files with over 10000 data points. The problem is in recalculating the chart. So a solution for issue 121058 might be to do not recalculate the chart on opening, but on change or on demand. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
