increases time zoom levels (#71)

This commit is contained in:
Miguel Sozinho Ramalho
2023-03-06 13:04:47 +00:00
committed by GitHub
parent 9b56764376
commit 94ba83107c

View File

@@ -34,10 +34,11 @@ const config = {
contentHeight: 90,
},
zoomLevels: [
{ label: "Zoom to 2 weeks", duration: 14 * one_day },
// { 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 },
{ label: "Zoom to 1.5 years", duration: 18 * 31 * one_day },
],
range: {
/**