feat(chart): add series styling and visibility controls
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user