echarts-bot[bot] commented on issue #18520:
URL: https://github.com/apache/echarts/issues/18520#issuecomment-1510654177

   @whmhm It seems you are not using English, I've helped translate the content 
automatically. To make your issue understood by more people and get helped, 
we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] Radial treemap configuration zoom. Click the node after zooming in, 
and the canvas content disappears
   
   **BODY**
   
   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=tree-radial
   
   ### Steps to Reproduce
   
   1. Use the official website radial tree example to add zoom configuration
      series: [
           {
             type: 'tree',
             data: [data],
             top: '18%',
             bottom: '14%',
             layout: 'radial',
             symbol: 'emptyCircle',
             symbolSize: 7,
             zoom: 1, //The zoom ratio of the current viewing angle
             roam: 'move', //whether to enable parallel travel or zoom
             scaleLimit: { // Limit control of scroll wheel zoom
               min: 1,
               max: 5
             },
             initialTreeDepth: 3,
             animationDurationUpdate: 750,
             emphasis: {
               focus: 'descendant'
             }
           }
         ]
   2. Click the node after zooming in with the scroll wheel
   
   ### Current Behavior
   
   Radial treemap configuration zoom. Click the node after zooming in, and the 
canvas content disappears
   
   ### Expected Behavior
   
   I hope that the node can be clicked normally after zooming in
   
   ### Environment
   
   ```markdown
   - OS: macOS Monterey
   -Browser: Chrome
   - Framework: null
   ```
   
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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-unsubscr...@echarts.apache.org

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


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

Reply via email to