mnojek opened a new issue #18731: URL: https://github.com/apache/airflow/issues/18731
### Apache Airflow version 2.1.4 (latest released) ### Operating System Debian GNU/Linux 11 rodete ### Versions of Apache Airflow Providers Task Duration chart is too narrow which leads to not displaying properly maximum and minimum points because they are printed in the corner of the chart, but they also have some area which is partly hidden outside of the SVG element which is exactly the same height that the chart is. This is an example (it's hard to take a screenshot because the points disappear then so I drew them with red color and added arrows to show where to look):  ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened _No response_ ### What you expected to happen I expect that the points drawn in the chart end about 10% lower than the height of the chart and also that they start maybe a bit above the bottom of the chart. It then would be easier to hover over them and the point would be displayed properly. ### How to reproduce Click on any DAG with several runs from the DAGs list. Go to 'Task Duration' tab and see the chart. ### Anything else I believe that the change needs to be done inside `airflow/www/views.py` file (I guess, it is around line 2700 inside `landing_times` function). The code uses NVD3 line chart (https://nvd3-community.github.io/nvd3/examples/documentation.html#lineChart). Possible solution can be achieved by doing something like this: https://stackoverflow.com/questions/47146031/add-more-space-padding-into-nvd3-line-chart-max-and-min ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
