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

   ### 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": [
                   "未知边界",
                   "未知业务",
                   "未知设备"
               ],
               "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": "未知边界",
                       "value": 0
                   },
                   {
                       "name": "未知业务",
                       "value": 4
                   },
                   {
                       "name": "未知设备",
                       "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(正式版本) (x86_64)
   Os:mac OS Sonoma 14.0
   
   
   ### Expected Behavior
   
   Normal rendering
   
   
   ### Environment
   
   ```markdown
   - OS:mac OS Sonoma 14.0
   - Browser:chorme 118.0.5993.117(正式版本) (x86_64)
   - Framework:[email protected]
   ```
   
   
   ### Any additional comments?
   
   It can be reproduced using the official example, but there is a problem of 
browser stuck and blocked


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