UI Components for {{ chartType?.name || 'Chart Type' }}

{{ errorMessage }}
{{ successMessage }}

Add New UI Component

Enter a unique name for the UI component (e.g., "title-config", "axis-config") Type of the component (e.g., "input", "select", "checkbox") User-friendly label shown in the configuration form Placeholder text for input fields Order in which components appear in the form Mark as required if this component must be filled

UI Components

Component Name Component Type Display Label Required Actions {{uiComponent.componentName}} {{uiComponent.componentType}} {{uiComponent.displayLabel}} {{uiComponent.isRequired ? 'Yes' : 'No'}}
{{uiComponents.length}} UI component(s)

Edit UI Component

Properties for {{selectedUiComponent?.componentName}}

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)

Edit Component Property

About UI Components

UI components define the configuration form elements for a chart type. Each component represents:

After creating UI components, you can define their properties using the "View Properties" button.