Skip to content

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.

Pages

Developer & LLM documentation · Not the end-user Help Center · Help Center