提交 da78baa7 编写于 作者: O Ovilia

fix(pie): do not export internal function

上级 849b8038
......@@ -26,7 +26,7 @@ import * as zrUtil from 'zrender/src/core/util';
var PI2 = Math.PI * 2;
var RADIAN = Math.PI / 180;
export function getViewRect(seriesModel, api) {
function getViewRect(seriesModel, api) {
return layout.getLayoutRect(
seriesModel.getBoxLayoutParams(), {
width: api.getWidth(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册