<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Chart in XLSX has gaps instead of/around zero values"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115012#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Chart in XLSX has gaps instead of/around zero values"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115012">bug 115012</a>
              from <span class="vcard"><a class="email" href="mailto:christo161@gmail.com" title="Adam Kovacs <christo161@gmail.com>"> <span class="fn">Adam Kovacs</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=149422" name="attach_149422" title="sal_debug_calc_cell_content_2">attachment 149422</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=149422&action=edit" title="sal_debug_calc_cell_content_2">[details]</a></span>
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...
<a href="https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/chart2uno.cxx?r=b4f38d8b#2923">https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/chart2uno.cxx?r=b4f38d8b#2923</a>
...then we get the result on the screenshot.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>