You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@602874946 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. 🤗
Version
5.5
Link to Minimal Reproduction
option = { xAxis: { type: 'value', name: 'x轴' }, yAxis: { type: 'value', name: 'y轴' }, dataZoom: [ { show: true }, { type: 'inside' }, { type: 'slider', showDataShadow: false }, { show: true, yAxisIndex: 0, filterMode: 'empty', type: 'slider', showDataShadow: false } ], tooltip: { triggerOn: 'none', alwaysShowContent: true, position: [50, 50], showContent: true }, series: [ { data: [ [10, 100], [20, 200], [30, 150], [40, 80], [50, 70], [60, 110], [70, 130] ], select: { itemStyle: { color: '#4EAF55' } }, selectedMode: 'multiple', type: 'bar' } ] };
Steps to Reproduce
option = {
xAxis: {
type: 'value',
name: 'x轴'
},
yAxis: {
type: 'value',
name: 'y轴'
},
dataZoom: [
{
show: true
},
{
type: 'inside'
},
{
type: 'slider',
showDataShadow: false
},
{
show: true,
yAxisIndex: 0,
filterMode: 'empty',
type: 'slider',
showDataShadow: false
}
],
tooltip: {
triggerOn: 'none',
alwaysShowContent: true,
position: [50, 50],
showContent: true
},
series: [
{
data: [
[10, 100],
[20, 200],
[30, 150],
[40, 80],
[50, 70],
[60, 110],
[70, 130]
],
select: {
itemStyle: {
color: '#4EAF55'
}
},
selectedMode: 'multiple',
type: 'bar'
}
]
};
Current Behavior
Expected Behavior
滑动鼠标后,被遮挡了,希望不要遮挡
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: