LegendDisplayMode🔗TODO docsNote: "hidden" needs to remain as an option for plugins compatibilityDefinition🔗export enum LegendDisplayMode { List = "list", Table = "table", Hidden = "hidden", }