How to change the Chart Y axis from Billion (B) to Gig (G)
I'm trying to create a graph where the Y axis displays Free Swap memory. I'm plotting the Y axis in Bytes, and the graph shows 1*10E9 as Billion (Example - 32GB memory shows up as 32B). How can I make it show up in Gigs? So for the previous example, I want to see 32G instead of 32B.
Any thoughts?
Thanks
Murali