Skip to content

Some dividers are randomly missing #103

@lukebordonaro

Description

@lukebordonaro

For some reason, the white dividers between rows are randomly not appearing sometimes:

image
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions