mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-19 14:36:48 +00:00
fc8966e38d
* Update PR template * Trim trailing space * Support for configuring a Chart Title's overlay * Provide test coverage for getting/setting a Chart Legend's overlay Add missing docblock
22 lines
829 B
Markdown
22 lines
829 B
Markdown
This is:
|
|
|
|
- [ ] a bugfix
|
|
- [ ] a new feature
|
|
- [ ] refactoring
|
|
- [ ] additional unit tests
|
|
|
|
Checklist:
|
|
|
|
- [ ] Changes are covered by unit tests
|
|
- [ ] Changes are covered by existing unit tests
|
|
- [ ] New unit tests have been added
|
|
- [ ] Code style is respected
|
|
- [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
|
|
- [ ] CHANGELOG.md contains a short summary of the change and a link to the pull request if applicable
|
|
- [ ] Documentation is updated as necessary
|
|
|
|
### Why this change is needed?
|
|
|
|
Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
|
|
If this is a bugfix or a new feature, and there are no existing Issues, then please also create an issue that will make it easier to track progress with this PR.
|