-
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
^5.1.1
Link to Minimal Reproduction
Steps to Reproduce
Example options
options = {
xAxis: [
{
type: "time",
}
],
yAxis: [
{
type: "value",
}
],
dataset: [
{
dimension: [
{ name: 'timestamp', type: 'time' },
{ name: 'value', type: 'float' }
],
id: '01',
source: [
{ value: 854.548, timestamp: Mon Nov 13 2023 22: 40:00 GMT +0700(Indochina Time) },
{ value: 845.63, timestamp: Mon Nov 13 2023 22: 45:00 GMT +0700(Indochina Time) },
....
]
}
],
dataZoom: [
{
type: "slider",
xAxisIndex: [0],
startValue: lhs,
endValue: rhs,
filterMode: "none",
moveHandleSize: 12
}
]
}
Current Behavior
Expected Behavior
Environment
- OS: Windows
- Browser: Google chrome
- Framework: React.jsAny additional comments?
No response
tditz
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.


