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

   @fushengrusi 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>
   
   **BODY**
   
   ### Version
   
   5.40-5.4.3
   
   ### Link to Minimal Reproduction
   
   No
   
   ### Steps to Reproduce
   
   ```json
   `{
       "tooltip": {
           "trigger": "axis",
           "axisPointer": {
               "type": "none"
           },
           "backgroundColor": "#41425A",
           "borderColor": "#41425A",
           "extraCssText": "box-shadow: 0 1px rgba(86, 86, 86, 0.1);",
           "textStyle": {
               "color": "#B6D5E0",
               "width": "136",
               "height": "48"
           }
       },
       "grid": {
           "top": "5%",
           "left": "4%",
           "right": "4%",
           "bottom": "5%",
           "containLabel": true
       },
       "xAxis": [
           {
               "type": "category",
               "data": [
                   "Unknown Boundary",
                   "Unknown business",
                   "Unknown device"
               ],
               "axisLabel": {
                   "color": "#333333",
                   "fontSize": 10.478125
               },
               "axisTick": {
                   "show": false
               },
               "axisLine": {
                   "lineStyle": {
                       "color": "#CECECE"
                   }
               }
           }
       ],
       "yAxis": [
           {
               "type": "value",
               "axisLine": {
                   "show": false,
                   "lineStyle": {
                       "color": "#333333"
                   }
               },
               "axisTick": {
                   "show": false
               },
               "splitLine": {
                   "lineStyle": {
                       "color": "#CECECE"
                   }
               }
           }
       ],
       "series": [
           {
               "name": "Direct",
               "type": "bar",
               "barWidth": "30%",
               "data": [
                   44,
                   44,
                   44
               ],
               "itemStyle": {
                   "color": {
                       "colorStops": [
                           {
                               "offset": 1,
                               "color": "rgba(217,224,236,0.1)"
                           },
                           {
                               "offset": 0,
                               "color": "rgba(217,224,236,0.8)"
                           }
                       ],
                       "x": 0,
                       "y": 0,
                       "x2": 0,
                       "y2": 1,
                       "type": "linear",
                       "global": false
                   }
               }
           },
           {
               "type": "pictorialBar",
               "itemStyle": {
                   "color": "#3E65FD"
               },
               "symbolRepeat": "fixed",
               "symbolMargin": 1,
               "symbol": "rect",
               "symbolClip": true,
               "symbolSize": [
                   "28%",
                   3
               ],
               "symbolPosition": "start",
               "symbolOffset": [
                   1,
                   -1
               ],
               "symbolBoundingData": 100000,
               "data": [
                   {
                       "name": "Unknown Boundary",
                       "value": 0
                   },
                   {
                       "name": "Unknown business",
                       "value": 4
                   },
                   {
                       "name": "Unknown device",
                       "value": 1
                   }
               ],
               "z": 2,
               "animationEasing": "elasticOut"
           }
       ]
   }`
   
   ### Current Behavior
   
   Version 5.40 and above have rendering blocking and memory leaks when using 
this configuration, which can be reproduced in official examples
   Browser:chorme 118.0.5993.117 (official version) (x86_64)
   Os:mac OS Sonoma 14.0
   
   
   ### Expected Behavior
   
   Normal rendering
   
   
   ### Environment
   
   ```markdown
   - OS: macOS Sonoma 14.0
   - Browser:chorme 118.0.5993.117 (official version) (x86_64)
   - Framework:Vue@2.6.11
   ```
   
   
   ### Any additional comments?
   
   It can be reproduced using the official example, but there is a problem of 
browser stuck and blocked
   </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