Hierarchy (view full)

Constructors

Properties

configs: any = {}
id: string = ''
model: ChartModel
overflowButton: any
overflowMenu: any
parent: Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any> = undefined
renderType: RenderTypes = RenderTypes.HTML
services: Services
type: string = 'toolbar'
buttonID: number = 0

Methods

  • Parameters

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

    Returns Selection<any, any, Element, any>

  • Returns {
        buttonList: any[];
        overflowMenuItemList?: undefined;
    } | {
        buttonList: any[];
        overflowMenuItemList: any[];
    }

  • Parameters

    Returns
        | "<polygon points=\"19 13 15 13 15 9 13 9 13 13 9 13 9 15 13 15 13 19 15 19 15 15 19 15 19 13\"/>\n\t\t\t\t\t\t<path d=\"M22.45,21A10.87,10.87,0,0,0,25,14,11,11,0,1,0,14,25a10.87,10.87,0,0,0,7-2.55L28.59,30,30,28.59ZM14,23a9,9,0,1,1,9-9A9,9,0,0,1,14,23Z\"/>"
        | "<rect x=\"9\" y=\"13\" width=\"10\" height=\"2\"/>\n\t\t\t\t\t\t<path d=\"M22.45,21A10.87,10.87,0,0,0,25,14,11,11,0,1,0,14,25a10.87,10.87,0,0,0,7-2.55L28.59,30,30,28.59ZM14,23a9,9,0,1,1,9-9A9,9,0,0,1,14,23Z\"/>"
        | "<path d=\"M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z\"/>"
        | "<polygon points=\"21 2 21 4 26.59 4 17 13.58 18.41 15 28 5.41 28 11 30 11 30 2 21 2\"/><polygon points=\"15 18.42 13.59 17 4 26.59 4 21 2 21 2 30 11 30 11 28 5.41 28 15 18.42\"/>"
        | "<polygon points=\"4 18 4 20 10.586 20 2 28.582 3.414 30 12 21.414 12 28 14 28 14 18 4 18\"/><polygon points=\"30 3.416 28.592 2 20 10.586 20 4 18 4 18 14 28 14 28 12 21.414 12 30 3.416\"/>"
        | "<rect x=\"4\" y=\"6\" width=\"18\" height=\"2\"/><rect x=\"4\" y=\"12\" width=\"18\" height=\"2\"/><rect x=\"4\" y=\"18\" width=\"18\" height=\"2\"/><rect x=\"4\" y=\"24\" width=\"18\" height=\"2\"/><rect x=\"26\" y=\"6\" width=\"2\" height=\"2\"/><rect x=\"26\" y=\"12\" width=\"2\" height=\"2\"/><rect x=\"26\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"26\" y=\"24\" width=\"2\" height=\"2\"/>"

  • 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

  • Returns {
        clickFunction: ((event: any) => void);
        iconSVG: {
            content: string;
        };
        id: string;
        shouldBeDisabled: (() => boolean);
        title: any;
    }

    • clickFunction: ((event: any) => void)
        • (event): void
        • Parameters

          • event: any

          Returns void

    • iconSVG: {
          content: string;
      }
      • content: string
    • id: string
    • shouldBeDisabled: (() => boolean)
        • (): boolean
        • Returns boolean

    • title: any