blob: 553eecf76a7f4f2a08bc4e4d8ea41172d4886d67 [file] [log] [blame]
import * as echarts from '../echarts';
import './boxplot/BoxplotSeries';
import './boxplot/BoxplotView';
import boxplotVisual from './boxplot/boxplotVisual';
import boxplotLayout from './boxplot/boxplotLayout';
echarts.registerVisual(boxplotVisual);
echarts.registerLayout(boxplotLayout);