-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi there, we are currently leveraging react-heatmap-grid to display a custom component with separate swim lane "heat maps." Is there a way to implement tooltips in cellRender? I wonder if there's an issue with static conversion for HTML. Is something like this possible?
<HeatMap
background="#0598dc"
xLabels={authenticationXLabels}
yLabels={authenticationYLabels}
xLabelsVisibility={authenticationXLabelsVisibility}
yLabelWidth={120}
data={authenticationData}
cellStyle={this.getCellStyle}
cellRender={() => {
return <p className="w3-tooltip">YO<span className="w3-text w3-tag w3-small">YO!</span></p>
}}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels