UNPKG

echarts

Version:

A powerful charting and visualization library for browser

9 lines (7 loc) 241 B
import * as echarts from '../echarts'; import './marker/MarkLineModel'; import './marker/MarkLineView'; echarts.registerPreprocessor(function (opt) { // Make sure markLine component is enabled opt.markLine = opt.markLine || {}; });