Customizing the Step Visualization

This component comes with styling and options suitable for general process mining graphs. The displayed diagram is extracted from an event-log and the extracted process steps provide information about an activity that is one step of the process.

The default visualization provides the name of an activity along with a gauge that indicates the current workload at a process step.

The visualization of the steps is highly customizable. You can specify custom React components to render the items according to your specific requirements. Note that to optimize performance and depending on the implementation, it might be necessary to use memoization for custom visualization components.