The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
I'm working with a geomap panel in grafana with a geojason layer that shows me some areas. In addition I have a variable called AOI (area of interest). I'm trying to add an on-click event that when an area is clicked, it will be colored in a black frame and the variable AOI will be updated to the value of that area.
My question is, is there any concept of events in Grafana? If so, how do you use them?
If not, how do I add javascript code to grafna to do this?
I'm working with a geomap panel in grafana with a geojason layer that shows me some areas. In addition I have a variable called AOI (area of interest). I'm trying to add an on-click event that when an area is clicked, it will be colored in a black frame and the variable AOI will be updated to the value of that area. My question is, is there any concept of events in Grafana? If so, how do you use them? If not, how do I add javascript code to grafna to do this?