File "TimelineView.js"

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

/**
 * @file Timeline view
 */
define(function (require) {

    // var zrUtil = require('zrender/core/util');
    // var graphic = require('../../util/graphic');
    var ComponentView = require('../../view/Component');

    return ComponentView.extend({

        type: 'timeline'
    });

});