BarWidgetOptions
Options for layout components.
Extends
Properties
widget
widget:
"bar"
@x-intellij-html-description
Type of the widget to use.
\n- \n
- custom: Custom widget \n
- donut: Donut chart \n
- history: History chart \n
- kanban: Kanban board \n
- permissions: Permissions widget \n
- scan: Scan widget \n
- bar: Bar chart \n
- column: Column chart \n
- line: Line chart \n
- progress: Progress widget \n
- radar: Radar chart \n
Overrides
Defined in
layout/types.ts:402
dynamic_height?
optionaldynamic_height:boolean
Inherited from
WidgetComponentOptions.dynamic_height
Defined in
layout/types.ts:303
hidden_from_frontend?
optionalhidden_from_frontend:boolean
Inherited from
WidgetComponentOptions.hidden_from_frontend
Defined in
layout/types.ts:120
show_in?
optionalshow_in:DefinedModuleAction[]
Inherited from
WidgetComponentOptions.show_in
Defined in
layout/types.ts:121
recipes?
optionalrecipes:LayoutElementRecipes|object
Inherited from
WidgetComponentOptions.recipes
Defined in
layout/types.ts:122