{{ 'Story.Common.Measures' | translate: {Default: 'Measures'} }}
@for (dim of dimensions(); track dim.dimension?.dimension) {
@for (item of dim.hierarchies; track item.name) {
{{item.caption}}
}
}
{{'Story.Explorer.ShowDimensions' | translate: {Default: 'Show Dimensions'} }}
{{'Story.Explorer.BringMoreDimensions' | translate: {Default: 'Bring in more dimensions from your dataset and start exploring'} }}.
@switch (visualPanel) { @case ('options') {
{{ 'Story.Explorer.Dimensions' | translate: {Default: 'Dimensions'} }}
@for (row of rows(); track i; let i = $index) { }
{{ 'Story.Explorer.Measures' | translate: {Default: 'Measures'} }}
@for (item of columns(); track i; let i = $index) { }
@switch (component().component) { @case (ComponentType.AnalyticalCard) { } @case (ComponentType.AnalyticalGrid) { } }
} @case ('visual') {
@for (group of charts; track group.label) {
{{'Story.Chart.' + group.label | translate: {Default: group.label} }}
@for (chart of group.charts; track chart.label) { }
}
} }
@switch (view) { @case ('chart') { } @case ('table') { } }
{{ 'Story.Explorer.Visual' | translate: {Default: 'Visual'} }} settings {{ 'Story.Explorer.Table' | translate: {Default: 'Table'} }} {{ 'Story.Explorer.Chart' | translate: {Default: 'Chart'} }}

{{ 'Story.Explorer.AddDimensions' | translate: { Default: 'Add dimensions' } }}

{{property.caption}}