Arduino IDE - Serial Plotter - view units

I want view units in Serial Plotter in Arduino IDE 1.8.10 (win7)

If I use this code, all its OK, but I can't see the units

Serial.print(u);
Serial.print(,");
Serial.print(i);
Serial.println(",");

I would like you to modify the Serial Plotter in Arduino IDE so that when I write that code
so I would see the value and units "mV" at the color square

Serial.print(u);
Serial.print("mV,");
Serial.print(i);
Serial.println("mA,");

in the picture you can see how it might look

Thanks

Untitled.png

Untitled.png

m3servis:
I would like you to modify...

Ah, maybe you should click "report to moderator" and ask the mods to move this post to the "Suggestions for the Arduino Project" forum section. Check out the "Important notice!" sticky post in that section.