diff --git a/src/component/graphic.js b/src/component/graphic.js index 6a88f2135a5f61521ee3e5587adc7b5d7c7990fc..457cc4c4f56a423824487eb5ab743f03acec44c0 100644 --- a/src/component/graphic.js +++ b/src/component/graphic.js @@ -401,6 +401,10 @@ echarts.extendComponentView({ height: parentEl.__ecGraphicHeight }; + // PENDING + // Currently, when `bounding: 'all'`, the union bounding rect of the group + // does not include the rect of [0, 0, group.width, group.height], which + // is probably weird for users. Should we make a break change for it? layoutUtil.positionElement( el, elOption, containerInfo, null, {hv: elOption.hv, boundingMode: elOption.bounding}