liuyizhou commented on code in PR #18304:
URL: https://github.com/apache/echarts/pull/18304#discussion_r1162277256


##########
src/chart/treemap/TreemapView.ts:
##########
@@ -182,6 +185,8 @@ class TreemapView extends ChartView {
         }
 
         this.seriesModel = seriesModel;
+        this.seriesModel.coordinateSystem = new View();

Review Comment:
   
是的,zoom和coordinateSystem对于scaleLimit来说不是必要的,我根据你的建议修改了代码。我想知道如果我想要为treemap添加类似GraphView的zoom和graphRoam事件,是否可以添加coordinateSystem来实现?@Ovilia
 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to