Skip to content

Commit 5c351e0

Browse files
dshkolclaude
andcommitted
Fix: barX chart with non-zero domain covering y-axis labels
Set x1 baseline at domain minimum (110) for NHPI component chart to prevent bars from painting over y-axis labels when domain starts above 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f2c03e5 commit 5c351e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • docs/fr/indice-prix-logements-neufs-novembre-2025

docs/fr/indice-prix-logements-neufs-novembre-2025/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ display(Plot.plot({
100100
marks: [
101101
Plot.barX(componentData, {
102102
y: "component",
103-
x: "index",
103+
x1: 110,
104+
x2: "index",
104105
fill: "#AF3C43"
105106
}),
106107
Plot.text(componentData, {

0 commit comments

Comments
 (0)