#49 feat: grafico unificado de provenance con filtro por niveles y re-estabilizacion

This commit is contained in:
2026-08-16 03:10:57 -05:00
parent 5c91e66429
commit ad0bbb579d
14 changed files with 508 additions and 747 deletions

View File

@@ -17,11 +17,12 @@ const COLORS = {
const PRODUCT_SPACING = 110
const COLUMN_X = {
product: -240,
junction: -120,
supplier: 0,
organization: 240,
junction: -160,
supplier: -80,
organization: 80,
municipality: 240,
department: 480,
department: 400,
country: 560,
}
export function toVisNodes (nodes) {