You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the date and time format of x-axis in Landing Times is %d %b %Y, %H:%M instead of %d %b %Y to see execution_date of task instances.
Use case/motivation
For x-axis of all line chart using nvd3.lineChart, the date and time format has only date without time because its format is %d %b %Y by default when x_is_date is True. From what I have seen in version 1.7, the date and time format was like %d %b %Y, %H:%M. It has been changed as Highcharts was no longer used since version 1.8. It is simple to fix by injecting x_axis_format="%d %b %Y, %H:%M" where every nvd3.lineChart class is initialized.
Description
It would be great if the date and time format of x-axis in Landing Times is
%d %b %Y, %H:%M
instead of%d %b %Y
to seeexecution_date
of task instances.Use case/motivation
For x-axis of all line chart using
nvd3.lineChart
, the date and time format has only date without time because its format is%d %b %Y
by default whenx_is_date
isTrue
. From what I have seen in version 1.7, the date and time format was like%d %b %Y, %H:%M
. It has been changed as Highcharts was no longer used since version 1.8. It is simple to fix by injectingx_axis_format="%d %b %Y, %H:%M"
where everynvd3.lineChart
class is initialized.Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: