dirrao commented on code in PR #38434:
URL: https://github.com/apache/airflow/pull/38434#discussion_r1537079098
##########
airflow/www/static/js/dag/details/dag/RunDurationChart.tsx:
##########
@@ -164,7 +164,43 @@ const RunDurationChart = ({ showLandingTimes }: Props) => {
`;
}
+ function formatMarkLineLegendName(name: string) {
+ switch (name) {
+ case "runDurationUnit":
+ return "Mean run duration";
Review Comment:
Change it to median as per the @simond comment.
--
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]