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

@@ -3,10 +3,11 @@
*/
// 数据处理
export { normalizeWaveformData, normalizeWaveformSeries } from './data'
export { normalizeWaveformData, normalizeWaveformSeries, resolveWaveformPointErrors } from './data'
export {
DEFAULT_WAVEFORM_RENDERING_OPTIONS,
resolveWaveformRenderingOptions,
selectDecorationPoints,
selectRenderablePoints,
type ResolvedWaveformRenderingOptions,
} from './rendering'