There is some misbehaviour in grafana Pie chart and Data Table.
I have a field called Sites in elasticsearch.
Here is the problem,
The field names are like this,
- ABC University
- XYZ college
- MNO school
Now, when I use the group by query on these sites, these are taken as 6 sites,
- ABC
- University
- XYZ
- College
- MNO
- College
These are 3 sites, taken as 6 sites.
The same thing happens in Data Table.
Is there any solution for this ?