style: improve SCADA analysis visibility
This commit is contained in:
@@ -66,17 +66,17 @@ test("frontend actions replace SCADA analysis results and remain legible at 375p
|
||||
expect(rendered).toEqual({
|
||||
label: "MP02 · 低",
|
||||
labelLayer: "symbol",
|
||||
labelSize: 15,
|
||||
labelSize: 18,
|
||||
labelFont: ["Noto Sans Regular"],
|
||||
level: "low",
|
||||
levelLayer: "circle",
|
||||
levelColors: [
|
||||
"match",
|
||||
["get", "analysis_level"],
|
||||
"high", "#DC2626",
|
||||
"high", "#F43F5E",
|
||||
"medium", "#F59E0B",
|
||||
"low", "#16A34A",
|
||||
"#7C3AED"
|
||||
"low", "#10B981",
|
||||
"#8B5CF6"
|
||||
],
|
||||
indicatorLayer: "circle"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user