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/02/23 11:36:21 UTC

[GitHub] [echarts] fuchunhui edited a comment on issue #16169: [Feature] tree series nodeClick support clicking

fuchunhui edited a comment on issue #16169:
URL: https://github.com/apache/echarts/issues/16169#issuecomment-1048691992


   > It should provide a `nodeClick` option with values of `false | 'expand' | 'link'` similar to [treemap series](https://echarts.apache.org/en/option.html#series-treemap.nodeClick).
   
   some questions:
   1. add `nodeClick` or update `expandAndCollapse`?
   2. if used `expandAndCollapse`, renamed to `nodeClick`?
   3. if  used `expandAndCollapse`, how to ensure api compatibility, where can i  refer to?
   ```
   {
       expandAndCollapse: true
   }
   ```
   as same as
   ```
   {
       expandAndCollapse: 'expand'
   }
   ```
   @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: 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