RenderTooltip

A default template for the process mining tooltip that shows the label of the process step or transition and the current heat value.

function App() {
  return (
    <ProcessMining eventLog={eventLog} renderTooltip={RenderTooltip}></ProcessMining>
  )
}

@param timestamp - The current timestamp of the process mining component.

Props

RenderTooltipProps

NameDescriptionType
data
The data item for which the tooltip should be rendered.

Defined in RenderTooltipPropsBase

TDataItem
timestamp
The current timestamp of the ProcessMining component.
number