UNPKG

echarts

Version:

A powerful charting and visualization library for browser

14 lines (10 loc) 326 B
/** * 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);