We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shlink v2.5.0 introduces a new line chart where you can see how many visits a link received during time.
It allows to show visits per hour, day, week and month, being the last one the default value.
However, that makes no sense for too young short URLs, as it only shows one dot for a long time.
Change the default value to be dynamic, following this logic:
hourly
daily
weekly
monthly
The reference date should be the one in which the first visit occured.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Shlink web client version
Summary
Shlink v2.5.0 introduces a new line chart where you can see how many visits a link received during time.
It allows to show visits per hour, day, week and month, being the last one the default value.
However, that makes no sense for too young short URLs, as it only shows one dot for a long time.
Change the default value to be dynamic, following this logic:
hourly
when the short URL is younger than 2 days.daily
when the short URL is between 2 days and 1 month old.weekly
when the short URL is between 1 and 6 months.monthly
for short URLs older than 6 months.The reference date should be the one in which the first visit occured.
The text was updated successfully, but these errors were encountered: