traceroute-map-panel icon indicating copy to clipboard operation
traceroute-map-panel copied to clipboard

Show rtt and loss on the map

Open freedomwarrior opened this issue 2 years ago β€’ 1 comments

Hello. Didn't find how to display rtt and loss on the map. is it possible?

freedomwarrior avatar Apr 08 '22 13:04 freedomwarrior

Hi.

That's not implemented yet because I did not find a proper way to visually integrate those data into the map without disturbing the current design.

For now, rtt and loss are only showing in the tooltips (hover to show) of hop entries of point popups: https://github.com/Gowee/traceroute-map-panel/blob/master/src/components/PointPopup.tsx#L40

Suggestions (or PR) are welcome.

Gowee avatar Apr 09 '22 14:04 Gowee