提交 3162fe30 编写于 作者: P pissang

expose helper.getECData for gl.

上级 e60e4108
......@@ -17,6 +17,10 @@
* under the License.
*/
/**
* This module exposes helper functions for developing extensions.
*/
import * as zrUtil from 'zrender/src/core/util';
import createListFromArray from './chart/helper/createListFromArray';
// import createGraphFromNodeEdge from './chart/helper/createGraphFromNodeEdge';
......@@ -31,6 +35,7 @@ import {
} from './data/helper/dataStackHelper';
import SeriesModel from './model/Series';
import { AxisBaseModel } from './coord/AxisBaseModel';
import { getECData } from './util/ecData';
/**
* Create a muti dimension List structure from seriesModel.
......@@ -105,4 +110,6 @@ export function createScale(dataExtent: number[], option: object | AxisBaseModel
*/
export function mixinAxisModelCommonMethods(Model: Model) {
zrUtil.mixin(Model, AxisModelCommonMixin);
}
\ No newline at end of file
}
export {getECData};
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册