File "markPoint.js"

Full Path: /home/cananyalcin/public_html/vendors/echarts/src/component/markPoint.js
File size: 322 bytes
MIME-type: text/plain
Charset: utf-8

// HINT Markpoint can't be used too much
define(function (require) {

    require('./marker/MarkPointModel');
    require('./marker/MarkPointView');

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