fuchunhui commented 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' } ``` -- 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]
