feat(chart): emit zoom completion payload

This commit is contained in:
李启源
2026-07-21 12:09:00 +08:00
parent e5ce7375cb
commit 32e8cf5856
14 changed files with 461 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
import { bisector } from 'd3'
import type { WaveformPoint, WaveformRenderingOptions } from '../types'
import type { WaveformPoint, WaveformRenderingOptions } from '@/types'
export interface ResolvedWaveformRenderingOptions {
downsample: boolean