-
Notifications
You must be signed in to change notification settings - Fork 526
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
Format axis line #255
Comments
@informed-source Which type of format do you want to apply to axis (x or y) ? Note : |
Thanks for the prompt response. |
@informed-source Could you test the PR, please ? |
Thanks for looking at this. Currently experiencing an issue with 0.7 which I need to resolve. |
I am unable to get version 0.7 to generate valid PowerPoint files. I have rolled back to my earlier release. I tried updating only the following files: |
@informed-source The writer PowerPoint has changed between 0.6 & 0.7 |
Understood. Version 0.7 does not produce valid PowerPoint files for me. |
@informed-source Is it this ticket : #266 ? |
It may be related. My symptoms are that the output file is either unreadable by PowerPoint on my Mac, or it does not contain the intended content. This is a breaking change since 0.6. |
@informed-source Could you test this PR #303 ? Please and thanks for advance |
@informed-source The PR #303 has been merged in develop branch. Thanks. |
@informed-source Could you test the PR #263 ? Please, I need to merge it :) |
Tested and working. Thanks. Any suggestions? Also, I noticed that the Axis titles now appear to work, where they did not appear previously. Thanks again for your continuing work on this. |
…is (Fix Outline when FILL_NONE)
@informed-source I just fixed the $oOutlineAxisY->getFill()->setFillType(Fill::FILL_NONE); For the moment, the only way is : $shape->getPlotArea()->getAxisX()->setTitle(''); Could you test the PR #263 ? Please, I need to merge it :) |
Excellent. This now works for me: Thanks again. |
#255 : PowerPoint2007 Writer : Add support for Outline in Axis
Merged in develop branch. |
is it possible to change the label's color of the axis X and Y when using line chart ? |
@youssefboudaya Please create a new issue. |
Is it possible to format the axis line for a chart in PHPPresentation? Our style requires that there is no visible Y axis line, only the labels.
The $20 bounty on this issue has been claimed at Bountysource.
The text was updated successfully, but these errors were encountered: