@if (to?.sortable) { } @if (showChartAttributes && (isDimension$ | async) === true) { } @if (showMeasureStyle && (isMeasure$ | async) === true) { } @if (removable) { }
@for (option of DIMENSION_ROLES; track option) {
{{ 'FORMLY.PROPERTY_SELECT.' + option.label | translate: { Default: option.label } }}
}
@if (showMeasureRole) { } @if (showMeasureShape) { } @if (showColorPalette) { } @if (showMeasureReferenceLine) { } @if (showMeasureChartOptions) { } @if (showMeasureGridBar) { }
@for (option of MEASURE_ROLES; track option) {
{{ 'FORMLY.PROPERTY_SELECT.' + option.label | translate: { Default: option.label } }}
}
@if (showMeasurePalettePattern) { }
{{ 'FORMLY.PROPERTY_SELECT.None' | translate: { Default: 'None' } }}
@for (group of interpolateGroups; track group) {
{{ group.groupName }}
@for (interpolate of group.values; track interpolate) {
} }
{{ 'FORMLY.PROPERTY_SELECT.None' | translate: { Default: 'None' } }}
@for (shape of SHAPE_TYPES; track shape) {
{{ 'FORMLY.PROPERTY_SELECT.' + shape.label | translate: { Default: shape.label } }}
}
{{ 'FORMLY.PROPERTY_SELECT.None' | translate: { Default: 'None' } }}
@for (item of PATTERNS; track item) {
{{ item.label }}
}