Always show percentage?

Is there a way to always show % in column (mainly in ACTION dashboard) instead of being forced to over the column with the mouse ?

Even the “More metrics” doesn’t add the %.

Same thing for Reports would be great.

If it is not possible yet I will fill a Feature request in Trac.

Dali

@Dali please fill in a feature request in Trac, I think this makes sense!

Done 3 weeks ago Matt! In Improve display of relative % values in all data reports · Issue #5096 · matomo-org/matomo · GitHub

Dali

Is there already a feature request for this? For me that would also be a very very useful feature!

Best regards
Florian

Yes, I already fill some and other people too. Here are the tickets about percentage :

Switch to percent display (instead of numbers in reports)

Email reports should contain percentage values column

And slightly related (because printing percentage is relevant) :

Make all Transitions or Row Evolutions popovers printable

Dali

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>

Best regards,
Anders