UNPKG

echarts

Version:

A powerful charting and visualization library for browser

10 lines (8 loc) 276 B
define(function (require) { require('./marker/MarkLineModel'); require('./marker/MarkLineView'); require('../echarts').registerPreprocessor(function (opt) { // Make sure markLine component is enabled opt.markLine = opt.markLine || {}; }); });