Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: set showLegendKey for Pie Chart #319

Closed
nitrocode opened this issue Feb 8, 2017 · 2 comments
Closed

Feature request: set showLegendKey for Pie Chart #319

nitrocode opened this issue Feb 8, 2017 · 2 comments

Comments

@nitrocode
Copy link

nitrocode commented Feb 8, 2017

I'm trying to set the property showLegendKey and the API doesn't have that ability.

I saved my PPTX in 2 locations, one with Legend Key checked and one without. Extracted both archives and found that chart5.xml differed. The following formatted snippet XML is the difference.

<c:dLblPos val="outEnd" />
<c:showLegendKey val="1" /> <!-- this is the only difference among the other settings -->
<c:showVal val="0" />
<c:showCatName val="0" />
<c:showSerName val="0" />
<c:showPercent val="1" />
<c:showBubbleSize val="0" />
<c:showLeaderLines val="0" />

How difficult would it be to add this? Or has is already been added?

@nitrocode nitrocode changed the title Cannot set showLegendKey for Pie Chart Feature request: set showLegendKey for Pie Chart Feb 8, 2017
Progi1984 added a commit to Progi1984/PHPPresentation that referenced this issue Mar 5, 2017
@Progi1984 Progi1984 self-assigned this Mar 5, 2017
@Progi1984 Progi1984 added this to the 0.8.0 milestone Mar 5, 2017
@Progi1984
Copy link
Member

PR : #336

Progi1984 added a commit that referenced this issue Mar 5, 2017
#319 : PowerPoint2007 Writer : Implement Legend Key in Series for Chart
@Progi1984
Copy link
Member

Merged in develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants