Class SkeletonLines

Hierarchy (View Summary)

Constructors

Properties

backdrop: Selection<SVGElement | HTMLDivElement, unknown, Element, any>
configs: any = {}
id: string = ''
model: ChartModel
parent: Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any> = undefined
renderType: interfaces.RenderTypes = RenderTypes.HTML
type: string = 'skeleton-lines'
xScale: ScaleLinear<number, number>
yScale: ScaleLinear<number, number>

Methods

  • Parameters

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

    Returns Selection<any, any, Element, any>

  • 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