Closed Cinerar closed 7 years ago
Hello. Is it possible to specify member of array as field for X-axis?
For example i have a following in my documents and i want to use earliest one from them
"videos.date_uploaded": [ 1476974557000, 1478794113000 ]
if use .es(timefield=videos.date_uploaded) it just use the last date, which in this case is oldest.
Nevermind, desided to do this on aggregation phase.
Hello. Is it possible to specify member of array as field for X-axis?
For example i have a following in my documents and i want to use earliest one from them
if use .es(timefield=videos.date_uploaded) it just use the last date, which in this case is oldest.