You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your example looks good as far as I can tell. I think it would appear to be stacked because that's how the 'day' overview is rendered, have you tried setting the overview='year' or overview='month'?
Hi have used this component inside a React card component and this card has been looped through a map. This is how it is rendered
Any reason why it is rendered in a stacked manner?. Here is the card component
import React from "react";
import CalendarHeatmap from "reactjs-calendar-heatmap";
The text was updated successfully, but these errors were encountered: