markPoint.js 286 B

1234567891011
  1. var echarts = require("../echarts");
  2. require("./marker/MarkPointModel");
  3. require("./marker/MarkPointView");
  4. // HINT Markpoint can't be used too much
  5. echarts.registerPreprocessor(function (opt) {
  6. // Make sure markPoint component is enabled
  7. opt.markPoint = opt.markPoint || {};
  8. });