Available from version 2026.2.
- Fixed chart area (on, default): The bounds define the chart area only. Axes and labels extend outside. This is how charts have always worked in Grunt.
- Contain within bounds (off): The bounds are the total footprint. Axes, labels, and the chart area all fit inside.
The toggle
Open the main chart floater by clicking the background of the chart, and adjust the Fixed chart area toggle.
The Fixed chart area toggle in the chart floater
How the two modes work
Fixed chart area (on, default)
With the toggle on, the chart area matches the bounds exactly. Axis labels and annotations grow outward from those bounds. This is how charts have always worked in Grunt.Fixed chart area: the chart area fills the bounds, and labels extend outside
- Multiple charts on a slide need visually aligned chart areas
- Label lengths vary between charts, but the data areas should line up
Contain within bounds (off)
With the toggle off, the chart area shrinks to make room for axis labels. The total footprint never exceeds the bounds you set.Toggle off: axes, labels, and bars all fit inside the dashed bounds
- Placeholders have tight spacing and nothing should overlap
- You need the outer edge of the chart to align with other slide elements like titles or text boxes
Align multiple charts
The main reason to keep Fixed chart area on is alignment. When two charts have different label lengths, turning the toggle off pushes each chart area inward by a different amount. The data areas end up misaligned. With Fixed chart area on for both charts, the chart areas stay aligned regardless of how long the labels are.Two charts with different label lengths. Fixed chart area keeps their plot areas aligned.