feat: add metric axes to trajectory overview

This commit is contained in:
梁薄云
2026-08-09 19:11:56 +08:00
parent 40a28138b9
commit 76fa2900ce
3 changed files with 73 additions and 0 deletions
@@ -39,6 +39,10 @@ main > section[hidden] { display: none !important; }
.chart-annotation-point { fill: var(--handoff); stroke: #ffffff; stroke-width: .6; }
.chart-annotation-label { fill: var(--handoff); font: 10px sans-serif; }
.world-line { fill: none; vector-effect: non-scaling-stroke; }
.world-coordinate-grid { stroke: #dfe4e8; stroke-opacity: .62; stroke-width: .7; vector-effect: non-scaling-stroke; }
.world-axis-zero { stroke: #7c8791; stroke-opacity: .72; stroke-width: 1.1; vector-effect: non-scaling-stroke; }
.world-axis-tick { fill: #68737d; font-family: ui-monospace, Consolas, monospace; }
.world-axis-label { fill: #48535d; font-family: "Microsoft YaHei", "Noto Sans CJK SC", sans-serif; font-weight: 600; }
.world-static { stroke: #8d959d; stroke-width: .9; }
.world-future { stroke: #b6bec6; stroke-dasharray: 5 4; stroke-width: .85; }
.world-active { stroke: #1769aa; stroke-width: 1.1; }