chore: remove us-east region from UI, charts, and region selectors
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user