feature:add plot panel x,y axis

This commit is contained in:
lennlouisgeek
2026-04-01 02:32:23 +08:00
parent eec9927ae6
commit e904c748aa
5 changed files with 203 additions and 26 deletions

View File

@@ -48,6 +48,7 @@ export interface HudPacket {
export interface HudSummary {
label: string;
xValues?: number[];
points: number[];
latest: number | null;
min: number | null;