@if (!isRowDirection) { @if (legendConfig.showMin === true) { } @if (legendConfig.showMax === true) { } @if (legendConfig.showAvg === true) { } @if (legendConfig.showTotal === true) { } @if (legendConfig.showLatest === true) { } } @if (!isRowDirection) { @for (legendKey of legendKeys(); track legendKey) { @if (legendConfig.showMin === true) { } @if (legendConfig.showMax === true) { } @if (legendConfig.showAvg === true) { } @if (legendConfig.showTotal === true) { } @if (legendConfig.showLatest === true) { } } } @if (isRowDirection) { @for (legendKey of legendKeys(); track legendKey) { } } @if (isRowDirection && legendConfig.showMin === true) { @for (legendKey of legendKeys(); track legendKey) { } } @if (isRowDirection && legendConfig.showMax === true) { @for (legendKey of legendKeys(); track legendKey) { } } @if (isRowDirection && legendConfig.showAvg === true) { @for (legendKey of legendKeys(); track legendKey) { } } @if (isRowDirection && legendConfig.showTotal === true) { @for (legendKey of legendKeys(); track legendKey) { } } @if (isRowDirection && legendConfig.showLatest === true) { @for (legendKey of legendKeys(); track legendKey) { } }
{{ 'legend.min' | translate }}{{ 'legend.max' | translate }}{{ 'legend.avg' | translate }}{{ 'legend.total' | translate }}{{ 'legend.latest' | translate }}
{{ 'legend.min' | translate }}
{{ 'legend.max' | translate }}
{{ 'legend.avg' | translate }}
{{ 'legend.total' | translate }}
{{ 'legend.latest' | translate }}