Hi !
Is there any way to split an axis based on a metric ?
I have the following data structure:
“index;x;uuid”
I can display index as x axis and x as y axis but I'd like to automatically split the axis by uuid.
Is it possible ? (I'm using InfluxDB)
Many thanks