-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New features when creating charts needed for the SurveyGizmo web app #1332
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
Conversation
Stack charts
Chart colors
Label positions
Merge updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add the new styling options in styles.rst
$xmlWriter->startElement('c:title'); //start c:title | ||
$xmlWriter->startElement('c:tx'); //start c:tx | ||
$xmlWriter->startElement('c:rich'); // start c:rich | ||
$xmlWriter->writeElementBlock('a:bodyPr'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
writeElementBlock expects more attributes, this should be changed to writeElement instead, the same a couple of lines down.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more generally, check the (very few) warnings in scrutinizer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, if fixed those
@jaek-s could you please check why when adding a radar graph, the document cannot be opened in word (I have version 2016 for mac) anymore (just run sample_32_chart.php) |
Description
Hello!
I probably should have sent a pull request for my changes much sooner, so I apologize for how massive this pull request has become.
We needed to add some functionality when creating charts with this library in order to fulfill the requirements of our application. We added:
-- stacked bar charts
-- percent stacked bar charts
-- stacked column charts
-- percent stacked column charts
Thanks for looking this over! Let me know if you need any changes.
Fixes # (issue)
Checklist:
composer run-script check --timeout=0
and no errors were reported