Hierarchy (view full)

Constructors

Properties

configs: any = {}
fullDataNormalized: any
groupedDataNormalized: any
groupMapsTo: string
id: string = ''
model: ChartModel
parent: Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any> = undefined
renderType: RenderTypes = RenderTypes.SVG
services: Services
svg: SVGElement
type: string = 'radar'
uniqueGroups: string[]
uniqueKeys: string[]

Methods

  • Parameters

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

    Returns Selection<any, any, Element, any>

  • Parameters

    • label: string

    Returns {
        height: number;
        width: number;
    }

    • height: number
    • width: 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