traceroute-map-panel
traceroute-map-panel copied to clipboard
Show rtt and loss on the map
Hello. Didn't find how to display rtt and loss on the map. is it possible?
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.