Scatter plot without time series as X and without plotly plugin

Hi all,

I am using Grafana 8.0.6 and I would like to create a scatter plot (n_requests_second vs latency of the service). Plotly plugin does not work for Grafana 8.

To convert these two time series metrics to a table with just two columns (requests and latency) I used the Transform->Merge for these 2 queries. The time is hid, thereofre the resulting table is as follows:

| N_Requests 	| Latency 	|
|------------	|---------	|
| 161        	| 0.0508  	|
| 210        	| 0.072   	|
| 305        	| 0.102   	|

Now I want to have a scatter plot with these two columns. Is it possible with Grafana 8 ?

Best regards