ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
153 stars 154 forks source link

Send request on button press #85

Open nhatminhbeo opened 3 years ago

nhatminhbeo commented 3 years ago

From what I understand now, the AJAX request is sent upon loading the panel and every $time_interval. My question is, is there yet a feature to make the AJAX request only on certain mouise click event (maybe when a button is pressed)? I'm new to Grafana but I'd love to contribute to make such functionality available.