export interface AxisDefinition {
  title: string;
  unit: string;
}
