chore: remove us-east region from UI, charts, and region selectors

This commit is contained in:
2026-03-18 20:13:11 +04:00
parent cbb1a26582
commit 2d46491dee
5 changed files with 4 additions and 9 deletions
-1
View File
@@ -17,7 +17,6 @@ export function sparkline(values: number[], width = 120, height = 32, color = '#
export function sparklineFromPings(pings: Array<{latency_ms?: number|null, region?: string|null}>, width = 120, height = 32): string {
const COLORS: Record<string, string> = {
'eu-central': '#3b82f6',
'us-east': '#10b981',
'us-west': '#f59e0b',
'ap-southeast': '#a78bfa',
};