simPod / GrafanaJsonDatasource

Grafana datasource to load JSON data over your arbitrary HTTP backend
https://grafana.com/grafana/plugins/simpod-json-datasource/
MIT License
355 stars 72 forks source link

fix:when target is hide, not request with it #579

Closed monster5475 closed 5 months ago

monster5475 commented 5 months ago

There is one bug, when I use the plugins to show graph. Plugins default use all targets to request even through the target is hide. Below is some picture to show this problem.

old code will ignore the hide state change. fix-target-hide1

fix-target-hide2

after code commit fix-target-hide3

fix-target-hide4

fix-target-hide5