Current Path : C:/Users/ITO/Desktop/From USB/vendors/echarts/src/component/ |
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 || {}; }); });