Hi,

I am trying to extract some data which is embedded in a graph on a webpage. To get to that graph, I have to login to validate myself, then navigate to a particular webpage where an embedded graph shows usage data. The graph contains actual numbers - when I hover my mouse over a column, the actual numbers are revealed. Inspection of the page source of the webpage shows the actual data. Anyway the embedded graph is as below

UsageGraph.jpg

Viewing the page source reveals the following code, so obviously the data is available

Please Login or Register  to view this content.
So far this is what I have managed to do

Please Login or Register  to view this content.
So I am stuck trying to query the data. Any help would be appreciated

Thanks