hwooson12 commented on pull request #20002:
URL: https://github.com/apache/airflow/pull/20002#issuecomment-986343911


   I realized it's not that simple to break the x-axis labels into multiple 
lines. It might need to fix the external library like nvd3. The only thing I 
can modify to change the format is a javascript function for `tickFormat` 
callback of d3 which returns real formatted date and time as string. So what I 
suggest is below.
   
   
![image](https://user-images.githubusercontent.com/16971553/144770525-d855a105-9bc7-4137-822c-0605f1392284.png)
   
   If the format `%H:%M, %d %b %Y` is not that readable because they are too 
close, only time is shown on x-axis except for the beginning and the end. And 
both date and time can be seen on mouseover as you can see the screenshot above.
   
   I wonder what you think about the suggestion?
   
   @bbovenzi @uranusjr 


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


Reply via email to