blob: 778626e021117ca9bf74fab196f55989d563ef29 [file] [log] [blame]
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 || {};
});