UNPKG

echarts

Version:

A powerful charting and visualization library for browser

9 lines (7 loc) 290 B
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);