I am working on Grafana 11.2.2.
I am building a treemap panel where I have to show no of slot hrs( sum of slot hrs) and avg wait time by cores and product.
So I understand Treemap needs a string and Number.
While my Product is String and Cores requested which is (req_mem_min) is a numeric field.
I gave a lucene query with the filters and metrics as sum of slot hrs and avg of wait time and group by product and then by two types of numerics fields.
do we have an option of using two numeric fields( one which has minimum no of cores requested by the job and the other one is max number of cores requested) in grafana tree map panel.
