@carbon/charts
    Preparing search index...

    Class ZoomBar

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    brush: BrushBehavior<unknown> = ...
    brushSelector: string = 'g.zoom-bar-brush'
    clipId: string = ...
    configs: any = {}
    highlightStrokeWidth: number = 1
    id: string = ''
    maxSelectionRange: [0, 0]
    MIN_SELECTION_DIFF: number = 9e-10
    parent: Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any> = undefined
    renderType: RenderTypes = RenderTypes.SVG
    services: Services
    type: string = 'zoom-bar'
    xScale: any
    yScale: any

    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

    • Parameters

      • container: any
      • querySelector: any
      • data: any
      • clipId: any

      Returns void

    • Parameters

      • container: HTMLElement
      • startX: number
      • endX: number
      • skeletonClass: boolean = false

      Returns void

    • Parameters

      • svg: any
      • clipId: string
      • x: string | number
      • y: string | number
      • width: string | number
      • height: string | number

      Returns void