Overview
The Overview component provides an overview of the graph displayed by its parent component. This component has to be used inside a parent component that displays the graph, or its corresponding provider.
function App() {
return (
<ProcessMining eventLog={data}>
<Overview></Overview>
</ProcessMining>
)
}