Dynamic Fields for {{ chartType?.name || 'Chart Type' }}

{{ errorMessage }}
{{ successMessage }}

Add New Dynamic Field

Enter a unique name for the dynamic field (e.g., "chart-title", "x-axis-label") User-friendly label shown in the configuration form Type of the field (e.g., "string", "number", "boolean") JSON options for the field (for select fields, etc.) Order in which fields appear in the form Mark as required if this field must be filled Uncheck to hide this field in the configuration form

Dynamic Fields

Field Name Field Label Field Type Required Visible Sort Order Actions {{dynamicField.fieldName}} {{dynamicField.fieldLabel}} {{dynamicField.fieldType}} {{dynamicField.isRequired ? 'Yes' : 'No'}} {{dynamicField.showInUi ? 'Yes' : 'No'}} {{dynamicField.sortOrder}} {{dynamicFields.length}} dynamic field(s)

Edit Dynamic Field

About Dynamic Fields

Dynamic fields define the configurable parameters for a chart type. Each field represents:

Dynamic fields allow you to create flexible chart configurations that can be customized per instance.