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

Tree mode with additional columns #32

Open gato-mulatto opened 5 months ago

gato-mulatto commented 5 months ago

I have a dataset with the following format.

ID,ParentID,Name,Field1, Field2, ... , FieldN

Example (https://www.heroes.im/grafana/interactive_tree_sample_data.csv)

I would like to see the rows Name,Field1, Field2, ... , FieldN with the ability to expand rows. I only see column Name. Is there a way to use the plugin and see the entire row?

Thank you.

i-mediasolutions commented 5 months ago

Thank you for submitting your question. The plugin currently supports only a single column/field to be displayed as label. As a quick and dirty workaround there are 2 options you can try:

Screenshot 2024-06-04 at 10 07 33
gato-mulatto commented 5 months ago

Thank you for this. Very helpful. I have gotten both methods to work.

Table_Tree

My original idea was that I wanted to extend the Grafana Table visualization to have expandable rows. I don't imagine you have any idea how I can format this as a table with column names and formatting of the data.

Gato