Plot axis configuration
Axis ordering and scaling for a plot. Shared by both plot widgets: "Plot" reaches it as
Reached from Axes on Plot view options and Axes on Plot layout configuration.
Settings
Category order
The left-to-right order of the categories on the label axis. 'Automatic' keeps the order the data arrives in, which can differ between two plots — choose anything else to make several plots line up. Only applies to a text axis; a date axis always runs chronologically. Default: Automatic.
AutomaticAlphabeticalAlphabetical (Z-A)By valueBy value (high to low)Custom
> Custom category order
Shown when Category order is Custom.
The categories in the order they should appear, written exactly as they appear on the axis. Categories in the data that are not listed here follow, in the order the data arrives in.
Fill empty periods
Keeps a slot on the axis for a period that has no data, so a gap looks like a gap. This matters for week grouping: weeks sit on a text axis, so without this a jump from week 3 to week 9 is drawn as two neighbouring bars and reads as consecutive weeks. Turn it off for a compact chart of only the periods that have data. Has no effect when the categories are not periods, or when the category order is 'By value' or 'Custom'. Default: yes.
Hide rows with no date
Leaves out the objects whose date property is empty when the plot is grouped by a date. They have no place on a time axis, so they are otherwise parked at one end as a '(no value)' column that distorts the scale. Turn this off to keep them as their own column. Only applies to a date-grouped plot — on an ordinary text axis '(no value)' is a normal category and is always kept. Default: yes.
Series order
The order of the series in the legend, in a stack, and within each bar group. Default: Automatic.
AutomaticAlphabeticalAlphabetical (Z-A)By totalBy total (high to low)Custom
> Custom series order
Shown when Series order is Custom.
The series names in the order they should appear. Series not listed here follow. Listing a series here also fixes which color it gets, so it keeps that color in every plot that lists it — the alternative to pinning it with a color rule on the theme.
Value axis ticks
'Automatic' lets the chart choose. 'Whole numbers only' picks the smallest whole-number spacing that keeps the gridlines readable — use it for counts, so a chart that only reaches 3 does not get gridlines at 0.5. 'Fixed step' forces an exact spacing. Default: Automatic.
AutomaticWhole numbers onlyFixed step
> Tick step
Shown when Value axis ticks is Fixed step.
The distance between gridlines on the value axis, for example 10, 100 or 2.5.
Value axis minimum
Optional. Pins the bottom of the value axis — set 0 to always start at zero. Leave empty to fit the data.
Value axis maximum
Optional. Pins the top of the value axis.
Value label format
Advanced. A d3 number format for the value-axis labels, for example ',d' for whole numbers with a thousands separator, '.1f' for one decimal, or '.0%' for percentages. Leave empty for the default.
Generated from CtrlPortals 3.26.9.53.