Problem after rotating pie chart

Hi

It’s a pie chart.

And there are labels outside the chart to show the numbers (For example 19, 20, 21…). But after rotating the pie chart - 99 degree, for number “23”, there is a line there. I inspect the element, and below is the code related to this.

<g class="slicetext"><text data-notex="1" class="slicetext" transform="translate(0,-58.619724088156914)translate(108.64830368041994,211.72625)translate(0.000446319580078125,6.40625)" text-anchor="middle" data-unformatted="23" data-math="N" x="0" y="0" style="font-family: &quot;Open Sans&quot;, verdana, arial, sans-serif; font-size: 16px; fill: rgb(68, 68, 68); fill-opacity: 1; white-space: pre;">23</text></g>
<path class="textline" stroke-width="2" d="M93.68000000000002,221.32V153.10652591184308h4.796875" fill="none" style="stroke: rgb(68, 68, 68); stroke-opacity: 1;"></path>

And if I shrink the browser, there comes more lines like this.

Capture3

Do you know how to remove/disable it.

Thanks