How to graph "Top process" from dstat output

Hi,

I am looking a way to graph, if possible the “top process” from dstat output.
Here is an example of data :

time				process    	pid	cpu (%)
10/11/2021 10:51	systemd		1		15.4
10/11/2021 10:52	glances		842		4
10/11/2021 10:53	java		13976	80.8
10/11/2021 10:54	java		13976	5.2

How can I graph this data ?

Thanks