Interface LegendConfig

Optional configuration for LxCustomReportLib.showLegend.

interface LegendConfig {
    infoTooltip?: string;
}

Properties

Properties

infoTooltip?: string

Text shown in a hint icon at the end of the legend. Shared across all items, use to explain semantics that apply to the legend as a whole.

Generated using TypeDoc