I am running openSuse LEAP 15.5 and running the latest version available in the OpenSuSe distro grafana-enterprise-10.4.2-1.x86_64.
I am trying to build a table with expandable rows for each of the main rows of data. I am following the instructions in this URL Interactive Tree Panel plugin for Grafana | Grafana Labs. I obtain the table from a MySQL query. I try to set the id node, label node, and parent id node in the control panel and get
An unexpected error happened
TypeError: Cannot read properties of undefined (reading ‘pushEvent’)
at r [link removed]6279.3cd5c19f7079e9520c6f.js:194:122076
at div
at div
at x
Sample data can be found at https://heroes.im/grafana/interactive_tree_sample_data.csv. Here is how the control panel looks immediately before the crash.
Any guidance in how to debug or solve would be very welcome.
Thanks.