@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) {
| {{ 'legend.min' | translate }} |
@for (legendKey of legendKeys(); track legendKey) {
|
}
}
@if (isRowDirection && legendConfig.showMax === true) {
| {{ 'legend.max' | translate }} |
@for (legendKey of legendKeys(); track legendKey) {
|
}
}
@if (isRowDirection && legendConfig.showAvg === true) {
| {{ 'legend.avg' | translate }} |
@for (legendKey of legendKeys(); track legendKey) {
|
}
}
@if (isRowDirection && legendConfig.showTotal === true) {
| {{ 'legend.total' | translate }} |
@for (legendKey of legendKeys(); track legendKey) {
|
}
}
@if (isRowDirection && legendConfig.showLatest === true) {
| {{ 'legend.latest' | translate }} |
@for (legendKey of legendKeys(); track legendKey) {
|
}
}