feat(chart): add configurable chart presentation
Some checks failed
CI / verify (push) Failing after 1m31s
CI / verify (pull_request) Failing after 31s

This commit is contained in:
李启源
2026-07-20 14:07:43 +08:00
parent f535e9611a
commit dda75b5d13
24 changed files with 2242 additions and 201 deletions

View File

@@ -6,6 +6,7 @@ import { paddedDomain } from '../../utils'
export interface PreparedWaveformSeries {
id: string
trackId?: string
name: string
unit?: string
color?: string