Rehaul of graph component

This commit is contained in:
2026-02-16 23:16:46 +00:00
parent e9a7581aa5
commit 8178d03cb2
19 changed files with 586 additions and 254 deletions
+1
View File
@@ -459,6 +459,7 @@ export function buildConstellationData(): {
shortLabel: entity.graphLabel,
organization: entity.organization,
startYear: entity.dateRange.startYear,
startDate: entity.dateRange.start,
endYear: entity.dateRange.endYear,
orgColor: entity.orgColor,
}))