Commit 3bda75d
Fix CO₂ axis range: use
`range: [floor, null]` with `rangemode: 'nonnegative'` didn't properly
auto-scale the upper bound. Using `autorange: 'max'` tells Plotly to
fix the lower bound at `floor` while auto-calculating the maximum.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>autorange: 'max' for floor > 0 metrics1 parent d552b08 commit 3bda75d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
| 659 | + | |
659 | 660 | | |
660 | 661 | | |
661 | 662 | | |
| |||
0 commit comments