throrin19 opened a new issue #14453:
URL: https://github.com/apache/echarts/issues/14453


   ### What problem does this feature solve?
   In our case, we have many clients arround the world. We want have the 
ability to show their data using their timezone. Actually, Echarts use GMT 
dates to set xAxis intervals labels and current browser timezone for date 
format.
   
   We correctly set the correct timezone in formatter but, for intervals, we 
have already the problem of GMT.
   
   It's a really important feature for us.
   
   ### What does the proposed API look like?
   An option, in xAxis to set timezone should be great to fix the problem :  
   
   ```
   xAxis : {
       type : 'time',
       timezone : 'Europe/Paris',  // with that, all xAxis times are 
manipulated using this timestamp
   }
   ```
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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.

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