@HolgerJeromin commented on this pull request.


> +      [CalendarLabel, {
+        position: "left",
+        key: "left",
+        text: () => weekdays,
+        textAlign: "end",
+        width: 30,
+        padding: [23, 10, 0, 0]
+      }],
+      [Tooltip, {
+        text: (date, value) => getTooltipText(date, value, locale)
+      }]
+    ]);
+  } catch (error) {
+    console.error("Error during Cal-Heatmap initialization:", error);
+  }
+});

```suggestion
}, {once: true});
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5402#pullrequestreview-2508046543
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5402/review/2508046...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to