@if (showLegend) {
@if (displayLegendValues) {
@if (horizontalLegendPosition) {
} @else {
|
@if (legendConfig.showMin === true) {
{{ 'legend.Min' | translate }} |
}
@if (legendConfig.showMax === true) {
{{ 'legend.Max' | translate }} |
}
@if (legendConfig.showAvg === true) {
{{ 'legend.Avg' | translate }} |
}
@if (legendConfig.showTotal === true) {
{{ 'legend.Total' | translate }} |
}
@if (legendConfig.showLatest === true) {
{{ 'legend.Latest' | translate }} |
}
@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) {
|
}
}
}
} @else {
@for (legendKey of legendKeys; track legendKey) {
}
}
}
|
@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) {
}
| {{ label | translate }} |
@for (legendKey of legendKeys; track legendKey) {
|
}