queryGlyphMap

function queryGlyphMap(config: GlyphQueryConfig): None

This function returns GlyphMappings. If all three parameters (id, selector, chart) are supplied in the config, the function will return a single D3 selection. Otherwise, the function will return a list of D3 selections.

Parameters

  • config: GlyphQueryConfig

Returns: d3.Selection | d3.Selection <any, any, any, any> [] | undefined