Options
All
  • Public
  • Public/Protected
  • All
Menu

options to pass to the axis to change how it is rendered

Hierarchy

Index

Properties

Optional animateDuration

animateDuration: number

animation time in milliseconds, defaults to 1000

Optional bottomMargin

bottomMargin: number

Optional disableAutoResizeHeight

disableAutoResizeHeight: boolean

Optional disableAutoResizeWidth

disableAutoResizeWidth: boolean

Optional disableBackground

disableBackground: boolean

Optional disableBrush

disableBrush: boolean

brush options

Optional disableHover

disableHover: boolean

tell a widget to ignore the hover events

Optional disableHoverTooltip

disableHoverTooltip: boolean

tooltip behavior

Optional disableProgressSpinner

disableProgressSpinner: boolean

Optional disableResize

disableResize: boolean

handle resize controls

Optional disableResizeBottom

disableResizeBottom: boolean

Optional disableResizeLeft

disableResizeLeft: boolean

Optional disableResizeRight

disableResizeRight: boolean

Optional disableSelection

disableSelection: boolean

blink assocaited data when a selection is done

Optional disableTooltip

disableTooltip: boolean

Optional disableWebWorkers

disableWebWorkers: boolean

DEPRECATED

Optional disableZoomMouseWheel

disableZoomMouseWheel: boolean

Optional disableZoomViewUpdate

disableZoomViewUpdate: boolean

Optional enableOrdinalBrushSelection

enableOrdinalBrushSelection: boolean

enable brush selection in ordinal case which is atypical

Optional enableSaveAsImage

enableSaveAsImage: boolean

Optional enableWebWorkers

enableWebWorkers: boolean

async display behavior

Optional enableXYZoom

enableXYZoom: boolean

Optional enableZeroOffset

enableZeroOffset: boolean

try to set range from 0 to the value if possible

Optional fitToWindow

fitToWindow: boolean

attempt to fit a graph into the view specified by the IOptions

Optional focusRadiusDelta

focusRadiusDelta: number

Optional forceBrushToFront

forceBrushToFront: boolean

Optional forceCanvasRenderer

forceCanvasRenderer: boolean

Optional forceSvgRenderer

forceSvgRenderer: boolean

Optional forceWebGLRenderer

forceWebGLRenderer: boolean
deprecated

WebGL is now the default in PIXI so we have to force the canvas renderer

Optional height

height: any

Optional hideRowTitle

hideRowTitle: boolean

Optional hoverRadiusDelta

hoverRadiusDelta: number
deprecated

deprecated for focusRadiusDelta

Optional leftMargin

leftMargin: number

Optional rightMargin

rightMargin: number

Optional rotateText

rotateText: boolean

rotate the text of the axis

Optional rotateTextDegrees

rotateTextDegrees: number

percentage to rotate the text of the axis

Optional selectionBlink

selectionBlink: boolean

Optional showSelectionAsOverlay

showSelectionAsOverlay: boolean

Optional tickCount

tickCount: number

change the number of ticks to show on this axis when rendering

Optional tickMappingFunc

tickMappingFunc: function

map tick string to another value

Type declaration

    • (value: any): string
    • Parameters

      • value: any

      Returns string

Optional tickSizeInner

tickSizeInner: number

change the size of ticks that are not the two outside ticks

Optional tickSizeOuter

tickSizeOuter: number

change the size of the two outside ticks

Optional tooltipDelay

tooltipDelay: number

Optional topMargin

topMargin: number

Optional width

width: any

Optional xEnd

xEnd: number

Optional xStart

xStart: number

Optional yEnd

yEnd: number

Optional yStart

yStart: number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc