Class SunburstWidgetLegendInlineAutomatic

Configuration of inline or automatic legends.

Hierarchy

  • SunburstWidgetLegendInlineAutomatic

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hidePercent?: boolean

Whether to hide the percentages of the groups.

hideValue?: boolean

Whether to hide the values of the groups.

Whether to show the legend inline or let it be automatically generated.

Generated using TypeDoc