Recently, I've been exploring a website that contains a fascinating javascript chart displaying a simple time series. When hovering over the data points on the chart, a popup window reveals the exact value of each point.
While I am aware of methods to extract data from interactive charts (refer to Scraping data from interactive graph), my current challenge lies in performing this task offline. After connecting to the website, I can only save the page as HTML using Firefox or Chrome.
Given these constraints, I'm curious to know if it is still possible to scrape data from the locally downloaded page. Any insights or suggestions would be greatly appreciated!
Thank you for your help!