-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
I'm experiencing an issue with the xLabelWidth prop in react-heatmap-grid. Despite setting different values for xLabelWidth, the width of the x-axis labels does not change as expected.
Steps to Reproduce:
Implement react-heatmap-grid in a React project.
Set the xLabelWidth prop to a specific value, e.g., 60.
Observe that the x-axis label width does not reflect the provided value.
Expected Behavior:
The x-axis labels should respect the xLabelWidth value and adjust accordingly.
Actual Behavior:
The x-axis labels remain unchanged regardless of the xLabelWidth value.
Environment:
react-heatmap-grid version: 0.9.1
React version8.3.1
Browser & OS: Widhows Chrome
Reactions are currently unavailable