All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.assets.rjzjh.echarts.src.component.dataZoom.SelectZoomModel.js Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
/**
 * @file Data zoom model
 */
define(function(require) {

    var DataZoomModel = require('./DataZoomModel');

    return DataZoomModel.extend({

        type: 'dataZoom.select'

    });

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy