Hello, I have inserted more than 300.000 data line in ElasticSearch,
This is an example of my data:
I would like to show my data in line chart, here is my chart
How can I show all these columns(300.000 line) without using aggregation (Max, min, count, ...)
Is it possible ?
Thanks in advance.