Hello, I am a newcomer to the grafana plugin development. Now I have a problem that needs to be solved:
How do I get $sce.trustAsHtml in grafana to read a html with script?
such as :
firstName:
lastName:
fullName: {{firstName+" "+lastName}}
Must I use some sort of plugin to convert the html with script to html?but I didn't find this kind of plugin.....
Or is there such a method in grafana?
lastName:
fullName: {{firstName+" "+lastName}}