Ovilia commented on issue #12307: 环图修改top不生效问题
URL: 
https://github.com/apache/incubator-echarts/issues/12307#issuecomment-604825759
 
 
   看这个例子的表现,我似乎没有发现不符合预期的地方。
   对于饼图而言,series.top 控制的是绘图区域的位置,然后 series.center 
的位置是相对这个绘图区域而言的。至于你说饼图的大小,这是因为 series.radius 
如果是百分比的话,也是相对于绘图区域(长宽中较小的一项)而言的。所以,top 本身并不能直接控制饼图的大小,如果想控制大小,应该修改 
series.radius,看你的需求是用绝对的像素值还是相对的百分比。
   如果和官网表现不一样,一个是检查一下 echarts.version 用最新的。另一个是保证你是在图表大小一致的情况下做的测试。
   如果还有问题的话,并且最新版本不符合预期,可以在这里说明。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to