Hi all,

I noticed that the duration chart isn't showing the Y axis label anymore.
After digging into the commit history, I found the bug was introduced in
this PR for using static nvd3 resources (reverting the change makes the
label show up again):

https://github.com/apache/incubator-airflow/pull/2035

Bolke, what's the right way to fix this? The label isn't showing because it
is getting rendered outside the chart container, but all the offsets are
being calculated / hardcoded in nvd3.js and not in any airflow code.

I'd like to fix this because the Y axis label also has the units of time
used in the chart.

Thanks,
Vijay

Reply via email to