Hi Guys,
I have the following data set that i retrieve using a search :
host calltype count
pc4bwsoap03 odata/v2 4931
pc4bwsoap03 sfapi/v1 134
pc4bwsoap03 api/oauth 13
pc4bwsoap03 xi/ajax 9
pc4bwsoap03 api/cdp 9
pc4bwsoap04 sfapi/v1 642
pc4bwsoap04 odata/v2 449
pc4bwsoap04 api/oauth 28
pc4bwsoap04 xi/ajax 24
pc4bwsoap04 api/cdp 23
Now in this you see the reappearance across multiple hosts of something like odata/v2 , sfapi/v1
Now how do I generate a stacked graph for this so that one of the axis is the host and it has one bar which represents the 2nd column instead of multiple bars?
Thank you
Dan
↧