feat(chart): add series styling and visibility controls

This commit is contained in:
李启源
2026-07-20 17:57:52 +08:00
parent c9e4dae25f
commit efb685646a
31 changed files with 2356 additions and 209 deletions

View File

@@ -18,6 +18,9 @@ export type {
WaveformFrameStyle,
WaveformPoint,
WaveformSeries,
WaveformLineType,
WaveformPointType,
WaveformErrorBarOptions,
WaveformGridOptions,
} from './data/types'