https://bugs.freedesktop.org/show_bug.cgi?id=83745

          Priority: medium
            Bug ID: 83745
          Assignee: [email protected]
           Summary: Issue about updating same data
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: unspecified
         Component: Chart
           Product: LibreOffice

Created attachment 106102
  --> https://bugs.freedesktop.org/attachment.cgi?id=106102&action=edit
screenshot

BarHistory is recorded data updating each time, bar corresponding to the value.
four values of BarHistory on top right corner are the same.

I trace the source code, and found that the same nId and nVal will be
repeatedly update 3 or 5 times from following code:
maBarMap.insert(std::pair<sal_uInt32, BarInformation>(nId,
                        BarInformation(glm::vec3(nXPos, nYPos,
float(nVal/nMaxVal)),
                            nVal, nIndex, nSeriesIndex)));
This will cause the chart doesn't change after 3 or 5 times refreshing.
The source code is in create3dshapes function of gl3dbarchart class.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to