Appearance
Axes
ChartBuddy axes are organized by physical position (left | right | top | bottom) and role (domain | primaryRange | secondaryRange).
js
axes: {
bottom: { id: 'domain', /* … */ },
left: { id: 'primaryRange', /* … */ },
right: { id: 'secondaryRange', enabled: false, /* … */ },
top: { id: 'unused', enabled: false, /* … */ },
}Which role sits on which side depends on orientation.