Hierarchy (View Summary)

Constructors

Properties

configs: any = {}
id: string = ''
margins: any
model: ChartModel
parent: Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any> = undefined
renderType: interfaces.RenderTypes = RenderTypes.SVG
scale: AxisScale<any>
truncation: { bottom: boolean; left: boolean; right: boolean; top: boolean } = ...
type: string = 'axes'

Methods

  • Parameters

    • configs: { ariaLabel?: string; isPresentational?: boolean; withinChartClip?: boolean } = ...

    Returns Selection<any, any, Element, any>

  • Parameters

    • size: number
    • tickSize: number
    • spaceRatio: number

    Returns number

  • graphs used in combo charts share a model with global options but can receive their own local options. this function retrieves the global options and merges it with any options passed into this component's config.options object.

    Returns any