https://issues.apache.org/ooo/show_bug.cgi?id=122822

Clarence GUO <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81367|                            |review?
              Flags|                            |

--- Comment #27 from Clarence GUO <[email protected]> ---
Created attachment 81367
  --> https://issues.apache.org/ooo/attachment.cgi?id=81367&action=edit
Fix patch

The earlier fix patch has a problem. It cannot fix the problem of hover tip
which is mentioned by Regina Henschel.
It will always get drawing shape's name for hover tip. But drawing shape's name
comes from the index when rendering these shapes. So if pick data points before
rendering, the index will be always from 1 to the number it picked out.
In order to solve this problem, picking must at view side, say rendering.
As each chart type has it's own rendering, my fix is only in AreaChart.cxx.
Area, line, XY and Radar chart share one implementation in this file. I tested
sample file of 121058, it's a line chart, convert it to area, XY, radar charts,
there are all performance problem. So my fix is only for these chart types. If
there are performance problem for other chart types who have huge data, then it
should be fixed separatedly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to