提交 cd8f2844 编写于 作者: P pah100

cartesian axis pointer should be required somewhere

上级 aeffe90a
......@@ -8,6 +8,11 @@ define(function (require) {
require('./axisPointer/AxisPointerModel');
require('./axisPointer/AxisPointerView');
// CartesianAxisPointer is not supposed to be required here. But consider
// echarts.simple.js and online build tooltip, which only require gridSimple,
// CartesianAxisPointer should be able to required somewhere.
require('./axisPointer/CartesianAxisPointer');
echarts.registerPreprocessor(function (option) {
// Always has a global axisPointerModel for default setting.
if (option) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册