Does anyone know if the feature request is still active? This thread is a few years old, but I can’t see that anything has happened in Matomo’s interface. I really miss the ability to turn the percentage display on/off, instead of having to hover the mouse pointer over the table. Sometimes I can get the numbers to stay in place if I quickly move the mouse away from the table, but it’s still annoying. Alternatively, perhaps change the visualization so that the percentage/share figures are actually displayed all the time? That would both save time and make my work much easier.
Edit/update:
While we wait for a possible fix, I have created a small bookmarklet (with the support of ChatGPT). Drag the link below to the bookmark bar in your browser, and you can then turn the percentage display on/off in the various reports, such as “Devices,” “Software,” and “Locations.”
<a href="javascript:(function(){const elements=document.querySelectorAll('.ratio');const isVisible=elements.length&&elements[0].style.visibility==='visible';elements.forEach(el=>{el.style.display='inline';el.style.opacity=isVisible?'':'1';el.style.visibility=isVisible?'':'visible';});})()">Show/hide percent in Matomo</a>