@carbon/charts
    Preparing search index...

    Class BinnedRuler

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    configs: any = {}
    elementsToHighlight: GenericSvgSelection
    id: string = ''
    isEventListenerAdded: boolean = false
    isXGridEnabled: any = ...
    isYGridEnabled: any = ...
    model: ChartModel
    parent: Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any> = undefined
    pointsWithinLine: { domainValue: number; originalData: any }[]
    renderType: RenderTypes = RenderTypes.SVG
    services: Services
    type: string = 'ruler-binned'

    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