-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
Description
Version
6.0.0
Link to Minimal Reproduction
https://echarts.apache.org/examples
Steps to Reproduce
past this option in the samples page:
option = {
xAxis: {
type: 'time',
data: ['2025-01-01']
},
yAxis: {
type: 'value'
},
dataZoom:[{
type: 'slider',
height: 15,
bottom: '5px',
start: 0,
end: 100,
xAxisIndex: [0]
}],
series: [
{
data: [150],
type: 'line'
}
]
};
Current Behavior
Expected Behavior
Environment
- OS:
- Browser:
- Framework:Any additional comments?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.