Closed kornarakis closed 3 years ago
The Chart API docs show this as an option for bar charts, but it should work with pie charts according to what i see in the source code.
The 'outEnd' option is not working for pie chart.
@gitbrent The line you mentioned has no effect. To work properly it should be replaced with: strXml += "<c:dLblPos val=\"" + (opts.dataLabelPosition || 'inEnd') + "\"/>";
Fixed via Pull #938
Category
Version
Please specify what version of the library you are using: [ 3.3.1 ]
Please specify what version(s) of PowerPoint you are targeting: [ 360 ]
Expected / Desired Behavior / Question
When creating a Pie to have the
dataLabelPosition
option available like Powerpoint has, so we can position the labels for example outside the pie withoutEnd
.