I want to parse graph details displayed using HTML5 canvas element. When I inspect the element it looks just empty element. Is there any way to figure out content sources of canvas ?
No.
Canvases are literally a canvas for graphics. Your best bet is to locate where the canvas is being rendered, then find where that data comes from.