Can we Hide a panel for particular user

Hi all,
i have created a dashboard with 10 panels along with 10 users ,
few of users having admin permissions and few of users having edit permission rest all having
view permission ,
question: i would like to hide few of panels for users who are having view permissions .

Thanks in advance

Regards
Siva Prasad

this is not currently possible

Hi torkel.
Thanks for your reply ,
i have one more question
=> can we place radio buttons per panel wise in grafana dashboard. ?
=>Drill down Option is There ?

Thanks in advance
Siva Prasad

For your first question, if you can use javascript, you could do this:

document.querySelector(“div[data-panelid=‘X’]”).remove()