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

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

There is a newer version: 2.0.0
Show newest version
/**
 * Brush component entry
 */
define(function (require) {

    require('../echarts').registerPreprocessor(
        require('./brush/preprocessor')
    );

    require('./brush/visualEncoding');
    require('./brush/BrushModel');
    require('./brush/BrushView');
    require('./brush/BrushAction');

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy