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'
}
]
};
- OS:
- Browser:
- Framework:
Version
6.0.0
Link to Minimal Reproduction
https://echarts.apache.org/examples
Steps to Reproduce
past this option in the samples page:
Current Behavior
Expected Behavior
Environment
Any additional comments?
No response