How can i display string on yaxis of timelion?

i did use this code

.es(index=timelion_01,
timefield=input_date,metric='max:value').fit(carry).lines(fill=5)

{
"input_date" : "2022-12-09T03:00:00.00",
"value" : 2 (type is maybe long)
}

value is only 0 to 2

kibana version is 7.15
plaease help
thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.