perf: 优化波形核心算法与图框网格控制

This commit is contained in:
李启源
2026-07-22 10:56:25 +08:00
parent 21bf0d803e
commit 356f55c9fd
16 changed files with 613 additions and 191 deletions

View File

@@ -35,7 +35,11 @@ export type {
NormalizedWaveformSeries,
} from './types'
export type { WaveformGridOptions } from './components/core/grid'
export type {
WaveformGridOptions,
WaveformGridLineOptions,
WaveformGridTrackLines,
} from './components/core/grid'
// 核心功能
export { normalizeWaveformData, normalizeWaveformSeries } from './core'