Hello, is it possible to somehow set the default t...
# ask-metaflow
a
Hello, is it possible to somehow set the default time range instead of 'Last 30 days'? I found the implementation for this, but I am not good at React. If this is not possible, how hard would it be to make such feature? Thanks
b
You could also set up your docker file with something like
ENV MF_DEFAULT_TIME_FILTER_DAYS=47
a
thanks!