|
|
@@ -60,9 +60,8 @@ struct TagCloudView: View {
|
|
|
case textTag where textTag.contains("Weighted avg:"),
|
|
|
textTag where textTag.contains("Total data avg:"):
|
|
|
return .gray
|
|
|
- case textTag where textTag.contains("Parabolic Fit"):
|
|
|
- return .loopRed
|
|
|
case textTag where textTag.contains("TDD:"),
|
|
|
+ textTag where textTag.contains("tdd_factor"),
|
|
|
textTag where textTag.contains("Sigmoid function"),
|
|
|
textTag where textTag.contains("Logarithmic formula"),
|
|
|
textTag where textTag.contains("AF:"),
|