@if (singleGraph && data.moveLegendToTitle && chart) { } {{title}}
@if (!darkTheme) {
@if (minMaxIterations$ | async; as minMaxIterations) {
@if (minMaxIterations.maxIteration !== minMaxIterations.minIteration || minMaxIterations.minIteration > 0) { Iteration {{iteration}} } @if (minMaxIterations.maxIteration !== minMaxIterations.minIteration) { }
}
}
@if ((isFetchingData$ | async) === false && isFullDetailsMode) {
}
@if (showSmooth || smoothWeight) {
@if (!isCompare) {
Horizontal Axis @for (type of xAxisTypeOption; track type.value) { {{type.name}} }
}
Smoothing
@for (smoothTypeOption of smoothTypeEnum | keyvalue; track smoothTypeOption.key) { {{smoothTypeOption.value}} }
} @if (chart) {
@if (!isFullDetailsMode && !isCompare && !darkTheme) {
}
}