You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/03/23 15:57:10 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #12312: What is the maximum number of nodes that the tree map can contain?

100pah commented on issue #12312: What is the maximum number of nodes that the tree map can contain?
URL: https://github.com/apache/incubator-echarts/issues/12312#issuecomment-602691822
 
 
   @10229428 
   I can not reproduce the "Maximum call stack size exceeded" error by the 700 nodes in the bottom of https://jsfiddle.net/tianhen0527/c63wvfjr/ in the latest Google Chrome.
   
   But theoretically the error would be thrown if the data is too deep. Based on the current implementation,
    it depends on the max stack size of the browser. The number in modern browsers would be bigger than 10k, but is legacy IE may be several thousand. 
   
   @10229428  Could  I know what environment do you used?
   
   Anyhow, consider that `tree` and `treemap` do not necessarily display all of the nodes, `tree` and `treemap` should 
    better be improved to raise the upper bound of the supported data levels.
   
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org