{
"_index": "c3b9c3185925_d2f4e63c26c7_1",
"_type": "aerator",
"_id": "1542985469",
"_version": 1,
"_score": 1,
"_source": {
"timeStamp": "20:32:06 23-11-18",
"deviceType": 11,
"powerStatus": 0,
"nodeMacId": "d2f4e63c26c7",
"ReasonForPacket": "T",
"indi": "L1",
"gatewayId": "c3b9c3185925",
"epochTime": "1542985326",
"indi_value": 7.19,
"elasticTimeStamp": "20:34:29 23-11-18"
}
}
I want timestamp on x axis and indi_value value on y axis.how can I do this in line art visualization.
I want all document values to be plotted on graph.And my timestamp type is string and indi_value is number is that okay.