Eight teams, the same seven tasks in the same order, every panel on the same 0-75% scale. Reading down a column compares one task across teams; reading a panel top to bottom is one team's whole working style.
Share of team members using the task weekly (every panel spans 0-75%)
axes.labels: 'edges' policy draws them down the first column
and mutes the rest: the space stays reserved in every panel, which is
exactly what keeps the plot rectangles pixel-identical. The shared value
scale is what makes bar length comparable across panels, and because a
horizontal bar measures along x, the trellis pushes those shared bounds
onto the xaxis, where the library reads a horizontal chart's
value axis from. Setting xaxis.tickAmount yourself overrides
the trellis's tick target, and per-team colour comes from
trellis.panel, the per-panel override hook. Trellis is a
premium feature; without a license it renders with a trial watermark.