You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the data returned is erroneously double quoted for example
"{\"Id\":171,\"ElementId\":\"4:8425adf4-ce01-4991-ab7f-5b3261989058:171\",\"Labels\":[\"Movie\"],\"Props\":{\"color\":\"green\",\"icon\":\"camera\",\"released\":1999,\"tagline\":\"Welcome to the Real World\",\"title\":\"The Matrix\"}}"
This is not an issue until you add support for Optional fields (that I am working on) and then things like icons or colours fails to render.
I am not a go programmer and I am not fully understanding how you build grafana plugins but I could fix it by simply doing:
Currently the data returned is erroneously double quoted for example
"{\"Id\":171,\"ElementId\":\"4:8425adf4-ce01-4991-ab7f-5b3261989058:171\",\"Labels\":[\"Movie\"],\"Props\":{\"color\":\"green\",\"icon\":\"camera\",\"released\":1999,\"tagline\":\"Welcome to the Real World\",\"title\":\"The Matrix\"}}"
This is not an issue until you add support for Optional fields (that I am working on) and then things like icons or colours fails to render.
I am not a go programmer and I am not fully understanding how you build grafana plugins but I could fix it by simply doing:
I am not sure why in the first place the code was Marshalling Json here.
The text was updated successfully, but these errors were encountered: