Skip to content

LegendDisplayMode🔗

TODO docs

Note: "hidden" needs to remain as an option for plugins compatibility

Definition🔗

export enum LegendDisplayMode {
    List = "list",
    Table = "table",
    Hidden = "hidden",
}