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 2022/07/06 19:48:59 UTC

[GitHub] [echarts] clavinovahan opened a new issue, #17328: Treemap Layout Control

clavinovahan opened a new issue, #17328:
URL: https://github.com/apache/echarts/issues/17328

   ### What problem does this feature solve?
   
   Currently if treemap contains four trees with same values, for example,
   
   option = {
       series: [{
           type: 'treemap',
           data: [{
               name: 'nodeA',            // First tree
               value: 10,
           }, {
               name: 'nodeB',            // Second tree
               value: 10,
           },
           {
               name: 'nodeC',            // Third tree
               value: 10,          
           },
           {
               name: 'nodeD',            // Fourth tree
               value: 10,          
           }]
       }]
   };
   
   
   it will layout as 
   
     D
   ---- B  A
     C
   
   Is it possible to make the layout as 
   
   A  |   B
   -------
   C  |   D
   
   if the whole canvas is square? 
   
   
   
   
   ### What does the proposed API look like?
   
   NA


-- 
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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [echarts] clavinovahan closed issue #17328: Treemap Layout Control

Posted by GitBox <gi...@apache.org>.
clavinovahan closed issue #17328: Treemap Layout Control
URL: https://github.com/apache/echarts/issues/17328


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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