[Libreoffice-bugs] [Bug 115012] Chart in XLSX has gaps instead of/around zero values

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 19 14:38:11 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=115012

--- Comment #11 from Adam Kovacs <christo161 at gmail.com> ---
Created attachment 149422
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149422&action=edit
sal_debug_calc_cell_content_2

So if we write this...
*pArr = rItem.mbIsValue ? rItem.mfValue : 0.0;
...instead of this...
*pArr = rItem.mbIsValue ? rItem.mfValue : fNAN;
...here...
https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/chart2uno.cxx?r=b4f38d8b#2923
...then we get the result on the screenshot.

-- 
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/20190219/3dfbdb03/attachment.html>


More information about the Libreoffice-bugs mailing list