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
}
]
}
- OS: Windows
- Browser: Google chrome
- Framework: React.js
Version
^5.1.1
Link to Minimal Reproduction
Steps to Reproduce
Example options
Current Behavior
Expected Behavior
Environment
Any additional comments?
No response