Mini Kabibi Habibi

Current Path : C:/Users/ITO/Desktop/From USB/vendors/echarts/src/component/
Upload File :
Current File : C:/Users/ITO/Desktop/From USB/vendors/echarts/src/component/markLine.js

define(function (require) {

    require('./marker/MarkLineModel');
    require('./marker/MarkLineView');

    require('../echarts').registerPreprocessor(function (opt) {
        // Make sure markLine component is enabled
        opt.markLine = opt.markLine || {};
    });
});