adds time window for 1y

This commit is contained in:
msramalho
2022-09-14 15:31:15 +00:00
parent b0a73128ab
commit 590cb66a2b

View File

@@ -36,6 +36,7 @@ module.exports = {
{ label: "Zoom to 2 weeks", duration: 14 * one_day },
{ label: "Zoom to 1 month", duration: 31 * one_day },
{ label: "Zoom to 6 months", duration: 6 * 31 * one_day },
{ label: "Zoom to 1 year", duration: 12 * 31 * one_day },
],
range: {
/**