-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
For some reason, the white dividers between rows are randomly not appearing sometimes:

My code to render the heatmap looks like
<HeatMap
xLabels={xLabels}
xLabelWidth={80}
yLabelWidth={65}
yLabels = {yLabels}
data = {data}
height = {30}
width={10}
xLabelsLocation={"top"}
cellStyle={(background, value, min, max, data, x, y) => ({
background: `rgb(40, 167, 59, ${1 - (max - value) / (max)})`,
})}
title={(value, unit) => `${value}/${actors.size}`}
/>
Any idea what could be causing this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels