12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- var echarts = require("../echarts");
- require("./marker/MarkPointModel");
- require("./marker/MarkPointView");
- echarts.registerPreprocessor(function (opt) {
-
- opt.markPoint = opt.markPoint || {};
- });
|