Forum Discussion

yosiasz's avatar
yosiasz
Icon for Advocate I rankAdvocate I
8 years ago
Solved

How to line chart following data

Greetings

 

I have the following data

 

DeviceId,DeviceType, FreeMem, AvailMem,EventDate

1,'SS',641,97820,2017-09-15 07:49:06.000

1,'SS',641,97820,2017-09-15 08:00:32.000

1,'SS',641,97820,2017-09-15 08:11:52.000

1,'SS',641,97820,2017-09-15 08:23:09.000

2, 'SS2',632,99724,2017-09-24 14:32:42.000

2, 'SS2',630,99411,2017-09-24 14:32:42.000

 

I would like one line per radio charted. the more radios the more lines. max we have about 30 devices max in our test bed.

x axis should have the EventDate, eventually I would like this to be sliced by date, hour, min groupings. BUt I need to crawl before I can walk :)

 

Thanks

4 Replies