-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.topic: pictorialBar
Description
Version
5.40-5.4.3
Link to Minimal Reproduction
No
Steps to Reproduce
{
"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
- OS:mac OS Sonoma 14.0
- Browser:chorme 118.0.5993.117(正式版本) (x86_64)
- Framework:Vue@2.6.11Any additional comments?
It can be reproduced using the official example, but there is a problem of browser stuck and blocked
Metadata
Metadata
Assignees
Labels
bugpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.topic: pictorialBar