Methods
Static
basicLegendSvgConfig
- basicLegendSvgConfig(trackRowsFunc, updateFunc): LegendConfig
Parameters
- trackRowsFunc: LegendRowsFunction
- updateFunc: LegendOnUpdateFunction
Returns LegendConfig
Static
basicVerticalLabel
- basicVerticalLabel(label, abbr): LegendConfig
Parameters
- label: string
- abbr: string
Returns LegendConfig
Static
basicVerticalLinkLabel
- basicVerticalLinkLabel(__namedParameters): LegendConfig
Parameters
- __namedParameters: BasicVerticalLinkLabelConfig
Returns LegendConfig
Static
renderBasicVerticalSvgLabel
- renderBasicVerticalSvgLabel(g, bounds, label, abbr, horizontal?): any
Parameters
- g: any
- bounds: LegendBounds
- label: string
- abbr: string
- horizontal: boolean = false
Returns any
Helper functions for creating track legends.