• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PHPOffice / PHPPresentation / 33608124781
94%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2026 08:24AM UTC
Jobs 1
Files 142
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Sep 2026 08:19AM UTC coverage: 93.972% (+0.01%) from 93.96%
33608124781

push

github

web-flow
Shape\Chart\Series : Give the data labels a fill of their own (#963)

A label drawn straight over a chart is read against whatever colour the
slice under it happens to be. PowerPoint answers this with a plate: a
`c:spPr` inside `c:dLbls`, usually white and semi-transparent.

`Series` had no field for it -- `fill`, `dataPointFills`, `font` and
`outline` are all about the slices, not the labels -- and none of the
nine `writeType*` methods wrote a `c:spPr` at all. `getLabelFill()` adds
the field, born of type `Fill::FILL_UNSET` as a fill nobody named is
held everywhere else, and one helper writes the element at all nine of
them, after `c:numFmt` and before `c:txPr` as `CT_DLbls` orders it. The
reader reads it back beside the fill of the serie it already read.

A series that names no label fill writes no `c:spPr`, so nothing changes
for a presentation that never asked. `FILL_NONE` is not the same answer:
it says the labels are to sit on nothing, and writes `a:noFill`.

There is no ODP side to this. ODF 1.2 has no way to say what a data
label sits on: LibreOffice writes `loext:label-fill` and friends, which
the schema rejects, and which loses the transparency on the way out.

Fixes #962

23 of 23 new or added lines in 3 files covered. (100.0%)

10896 of 11595 relevant lines covered (93.97%)

71.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33608124781.1 02 Sep 2026 08:24AM UTC 142
93.97
GitHub Action Run
Source Files on build 33608124781
  • Tree
  • List 142
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7d728613 on github
  • Prev Build on master (#33607141208)
  • Next Build on master (#33611032986)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc