stpeyyee opened a new issue, #19930:
URL: https://github.com/apache/echarts/issues/19930

   ### 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
   
   
![image](https://github.com/apache/echarts/assets/77266865/e7edf5be-e4f9-4f65-97aa-c064a4e23a44)
   
   ### Expected Behavior
   
   
![image](https://github.com/apache/echarts/assets/77266865/16077789-9435-4b3c-8759-18f7beb05ac8)
   
![image](https://github.com/apache/echarts/assets/77266865/00fce1aa-a1a2-4fbe-a198-db9b652f9502)
   
   
   
   ### Environment
   
   ```markdown
   - OS: Windows
   - Browser: Google chrome
   - Framework: React.js
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to