@if (showChartAttributes() && isDimension()) {
@for (role of DIMENSION_ROLES; track role) {
{{ 'Story.ChartProperty.' + role.label | translate: { Default: role.label } }}
}
}
@if (showMeasureRole()) {
@for (role of MEASURE_ROLES; track role) {
{{ 'Story.ChartProperty.' + role.label | translate: { Default: role.label } }}
}
}
@if (showMeasureShape()) {
{{ 'Story.ChartProperty.None' | translate: { Default: 'None' } }}
@for (shape of SHAPE_TYPES; track shape) {
{{ 'Story.ChartProperty.' + shape.label | translate: { Default: shape.label } }}
}
}
@if (showMeasurePalettePattern()) {
{{ 'Story.ChartProperty.None' | translate: { Default: 'None' } }}
@for (item of PATTERNS; track item) {
{{ item.label }}
}
}
@if (showColorPalette()) {
}
@if (showMeasureGridBar()) {
{{ 'Story.ChartProperty.BarChart' | translate: { Default: 'Bar Chart' } }}
}
@if (showMeasureReferenceLine()) {
}
@if (showMeasureChartOptions()) {
}