Interface IStackMixinConf

Hierarchy

Properties

autoFocus?: boolean
beforeResize?: ((rect: SizeT) => void)

Type declaration

    • (rect: SizeT): void
    • Parameters

      Returns void

brushOn?: boolean
clipPadding?: number
colorAccessor?: ColorAccessor
commitHandler?: ((render: boolean, callback: ((error: any, result: any) => void)) => void)

Type declaration

    • (render: boolean, callback: ((error: any, result: any) => void)): void
    • Parameters

      • render: boolean
      • callback: ((error: any, result: any) => void)
          • (error: any, result: any): void
          • Parameters

            • error: any
            • result: any

            Returns void

      Returns void

controlsUseVisibility?: boolean
elasticX?: boolean
elasticY?: boolean
evadeDomainFilter?: boolean
filterPrinter?: ((filters: any) => string)

Type declaration

    • (filters: any): string
    • Parameters

      • filters: any

      Returns string

height?: number
hidableStacks?: boolean
keyAccessor?: KeyAccessor
minHeight?: number
minWidth?: number
mouseZoomable?: boolean
parentBrushOn?: boolean
renderHorizontalGridLines?: boolean
renderLabel?: boolean
renderTitle?: boolean
renderVerticalGridLines?: boolean
round?: RoundFn
titles?: {
    [key: string]: TitleAccessor;
}

Type declaration

transitionDelay?: number
transitionDuration?: number
useRightYAxis?: boolean
useViewBoxResizing?: boolean
width?: number
xAxisPadding?: number
xAxisPaddingUnit?: any
xUnits?: IUnits
yAxisPadding?: number
zoomOutRestrict?: boolean
zoomScale?: [number, number]

Generated using TypeDoc