UNPKG

echarts

Version:

A powerful charting and visualization library for browser

9 lines (7 loc) 241 B
import * as echarts from '../echarts'; import './marker/MarkAreaModel'; import './marker/MarkAreaView'; echarts.registerPreprocessor(function (opt) { // Make sure markArea component is enabled opt.markArea = opt.markArea || {}; });