|
|
@@ -66,6 +66,8 @@ struct TagCloudView: View {
|
|
|
case textTag where textTag.contains("Parabolic Fit"):
|
|
|
return .loopRed
|
|
|
case textTag where textTag.contains("TDD:"),
|
|
|
+ textTag where textTag.contains("Weighted avg:"),
|
|
|
+ textTag where textTag.contains("Total data avg:"),
|
|
|
textTag where textTag.contains("Original formula"),
|
|
|
textTag where textTag.contains("Logarithmic formula"),
|
|
|
textTag where textTag.contains("Autosens/Dynamic Limit:"),
|