UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

13 lines (12 loc) 320 B
export declare type AxisType = "xaxis" | "yaxis" | "secondary_xaxis" | "secondary_yaxis"; export interface IAxisNameProperties { visible?: boolean; position?: string; } export interface IAxisProperties { name: AxisType; title: string; subtitle?: string; primary: boolean; visible: boolean; }