I have a stats log sent from my server every now and then. I can extract the values to get the following fields:
statA = 5
statB = 10
statC = 100
The stats log is sent periodically. I'd like to graph all three stats fields against time (3 different lines on one histogram) to see how they relate.
Is this possible at this point in time or could you implement it?