File "boxplot.js"

Full Path: /home/cananyalcin/public_html/vendors/echarts/src/chart/boxplot.js
File size: 297 bytes
MIME-type: text/plain
Charset: utf-8

define(function (require) {

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

    require('./boxplot/BoxplotSeries');
    require('./boxplot/BoxplotView');

    echarts.registerVisualCoding('chart', require('./boxplot/boxplotVisual'));
    echarts.registerLayout(require('./boxplot/boxplotLayout'));

});