Component Name
Component Type
Display Label
Required
Actions
{{uiComponent.componentName}}
{{uiComponent.componentType}}
{{uiComponent.displayLabel}}
{{uiComponent.isRequired ? 'Yes' : 'No'}}
{{uiComponents.length}} UI component(s)
Property Name
Property Value
Property Type
Created At
Updated At
Actions
{{property.propertyName}}
{{property.propertyValue}}
{{property.propertyType}}
{{property.createdAt | date:'short'}}
{{property.updatedAt | date:'short'}}
{{componentProperties.length}} propertie(s)
About UI Components
UI components define the configuration form elements for a chart type. Each component represents:
- A form field that appears when configuring a chart of this type
- Metadata like label, placeholder, and validation rules
- An order in which they appear in the configuration form
After creating UI components, you can define their properties using the "View Properties" button.