dynatrace-oss / DynatraceDashboardPowerups

Chrome Extension to boost DT dashboards
Apache License 2.0
39 stars 12 forks source link

Autohide : markup visible to the title when not masqued #152

Open rbeg1 opened 2 years ago

rbeg1 commented 2 years ago

Hello,

When coding Autohide markup in title in .json of dashboard like this :

"name": "My Visualization !PU(autohide):",

If vizualisation is not masqued, I can see in title "!PU(autohide):", that is not very nice.

Is it possible to hide this text "!PU(autohide):" ?

In the exemple here, this text is not visible, how to do that : https://github.com/dynatrace-oss/DynatraceDashboardPowerups#Disclaimer Out of memory containers !PU(autohide): The visualization title is "Out of memory containers", not "Out of memory containers !PU(autohide):".

How to do that please ?

PS : I tryed to put code in "customName" section but it doesn't work : "customName": "Out of memory containers !PU(autohide):",

Thank you for advance.