<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - implementation errors for border of data labels in charts"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135366">135366</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>implementation errors for border of data labels in charts
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.1.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Chart
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rb.henschel@t-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163846" name="attach_163846" title="Reproduce problems with dash of data label borders">attachment 163846</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163846&action=edit" title="Reproduce problems with dash of data label borders">[details]</a></span>
Reproduce problems with dash of data label borders

Open attached document. It contains a chart. The data labels and the legend
have a thick yellow border. That makes the problem better visible.

Activate the chart.
Select the legend and set the line style to "Dot" on tab "Border" of its
properties. That works as intended.
Select the data labels and set the line style to "Dash" on tab "Border" of its
properties. The line style is not correctly applied.
For to see all problems use different styles for legend and data labels.

Save the document with a new name. Unzip this document. Open folder "Object 1",
which contains the chart. Open file "content.xml". Open tree
office:automatic-styles.

Find style with style name "ch2". That belongs to the legend. You will find in
the element stype:graphic-properties the attributes
    draw:stroke="dash"      That says, that it is not solid.
    draw:stroke-dash="Dot"  The name of the dash-definition.
    svg:stroke-width="0.2cm"    The width of the border
    svg:stroke-color="#ffff00"   The color of the border

Now open the style which belongs to the data labels. It should be "ch7", if you
have styled all data labels and not only a single one.
Open element style:chart-properties. You will find attributes
    loext:label-stroke-color
    loext:label-stroke
    loext:label-stroke-width
They shouldn't exists. Border properties are graphic properties, not chart
properties.
Open element style:graphic-properties. You will find attribute
    draw:stroke="none"     That is false, value should be "dash"
Notice, that there is no reference to the dash-definition.

Open file styles-xml and look for the dash definitions. There is only one
draw:stroke-dash element, and that has draw:name="Dot". It belongs to the
legend. The definition for the style "Dash" of the data label border is
missing.</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>