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

   ### Version
   
   most recent
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   ```javascript
   option = {
     "label": {
       "width": 100
     },
     "tooltip": {},
     "series": [
       {
         "name": "Position",
         "type": "pie",
         "radius": "60%",
         "center": [
           "40%",
           "50%"
         ],
         "data": [
           {
             "name": "AAAAAA AA",
             "value": 191
           },
           {
             "name": "bbbbbbb bbbbbbb ",
             "value": 143
           },
           {
             "name": "cccc cccccccc ccccc ccccccc cccccccc",
             "value": 106
           },
           {
             "name": "dddddd dddddd dddddddd",
             "value": 70
           },
           {
             "name": "eeee eeeeeeee ",
             "value": 58
           },
           {
             "name": "fffffff ffffff",
             "value": 53
           },
           {
             "name": "ggggggggg ggggggg gg ggggggggg gggggggggg gggg",
             "value": 32
           },
           {
             "name": "hhhh hhhhhhhh hhhhhhhhhhhh hhhhh hhhhhhhhh",
             "value": 4
           }
         ]
       }
     ],
     "legend": {
       "type": "scroll",
       "orient": "vertical",
       "left": "70%",
       "selectedMode": false,
       "top": "middle"
     }
   };
   ```
   
   ### Current Behavior
   
   The active area of the tooltip is roughly as follows:
   
![grafik](https://user-images.githubusercontent.com/1202195/170256191-6a5c9120-0118-4e72-bb59-66fd34d51087.png)
   
   
   ### Expected Behavior
   
   The active area should be on the text
   
![grafik](https://user-images.githubusercontent.com/1202195/170256904-baf3f2b6-2bbb-4b19-ab48-c216f428acdf.png)
   
   
   
   ### Environment
   
   ```markdown
   Identical behavior in current Firefox, Chrome, Edge
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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]

Reply via email to