<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE XLSX combined chart (Column and Line) X category axis crosses the Y axis at the wrong place and the Y axis major grid disappears."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114181#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE XLSX combined chart (Column and Line) X category axis crosses the Y axis at the wrong place and the Y axis major grid disappears."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114181">bug 114181</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>If I comment out the if and return statement here, the result seems to be same.

<a href="https://opengrok.libreoffice.org/xref/core/chart2/source/view/axes/VCartesianAxis.cxx#1037">https://opengrok.libreoffice.org/xref/core/chart2/source/view/axes/VCartesianAxis.cxx#1037</a>

(In reply to Adam Kovacs from <a href="show_bug.cgi?id=114181#c6">comment #6</a>)
<span class="quote">> If I write in this file:
> <a href="https://opengrok.libreoffice.org/xref/core/chart2/source/view/axes/">https://opengrok.libreoffice.org/xref/core/chart2/source/view/axes/</a>
> VCartesianAxis.cxx#1194

> This:
> if( m_nDimensionIndex==0 ) //x-axis
> fCrossesOtherAxis = fMinY;

> Instead of this:

> if( m_nDimensionIndex==0 ) //x-axis
> {
> if( fCrossesOtherAxis < fMinY )
> fCrossesOtherAxis = fMinY;
> else if( fCrossesOtherAxis > fMaxY )
> fCrossesOtherAxis = fMaxY;

> The problem seems solved.</span ></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>