How to extract data from graphic

Hello, I need to read the data directly from a chart and I don’t have your raw data, is there any way I can get this data directly from the chart
ex.: janeiro = 65
February = 8 …

Hi @Ryuan

Try using screen scraping and see whether you can extract the values in a pattern so you can use string manipulation to get the values you need?

I’ve tried this way the values ​​always come in a disorganized way and with no relationship between them