blob: 268b8316108847c75cb683ba4ff442546433ee93 [file] [log] [blame]
/**
* DataZoom component entry
*/
import * as echarts from '../echarts';
import preprocessor from './timeline/preprocessor';
import './timeline/typeDefaulter';
import './timeline/timelineAction';
import './timeline/SliderTimelineModel';
import './timeline/SliderTimelineView';
echarts.registerPreprocessor(preprocessor);