export interface JSGraphAxisOptions { /** * Change the scale to logarihtmic * @default false */ logScale?: boolean; flipped?: boolean; display?: boolean; label?: string; units?: string; }