BrightGrafana / bright-tree-panel

Interactive Tree Panel for Grafana
https://grafana.com/grafana/plugins/equansdatahub-tree-panel
Apache License 2.0
5 stars 0 forks source link

Cyclical loops give max call stack errors #3

Closed BrightGrafana closed 1 year ago

BrightGrafana commented 1 year ago

When you duplicate, but point to the pre-existing parent, it results in reaching the call stack limit. This should be prevented by validating the tree data and giving a meaningfull error.

image

BrightGrafana commented 1 year ago

The only Cyclical loops that can occur are detached branches. It is now fixed