highcharts

to_js_literal() – returns null for "open" values in data array

to_js_literal() – returns null for "open" values in data array Question: I am trying to convert a chart with a time series to js literal in highcharts for python. The time series seems to be loading correctly into the python object chart. When converting to js literal (js_lit), in the data array, "open" values are …

Total answers: 1

Highcharts. Django won't load. Highcharts with Django

Highcharts. Django won't load. Highcharts with Django Question: There is a wonderful library of js – Highcharts. I’m trying to link it to Django, and everything actually works, but not when I’m trying to insert a variable with content into data. Here’s the code. This function returns what I substitute in data in Highcharts. def …

Total answers: 1

Scraping data from multiple Highcharts charts using python

Scraping data from multiple Highcharts charts using python Question: I am trying to use python (selenium) to extract the data from all the RSPO CREDITS highcharts into a pandas dataframe with Name of chart, Year, Month, and values (No of credits and Price (USD)) on https://rspo.org/palmtrace and have been looking at some other posts like …

Total answers: 1

Scraping High Charts Data – Trouble Scraping All Data Points in Chart

Scraping High Charts Data – Trouble Scraping All Data Points in Chart Question: I’m trying to scrape data from a High Charts table from the following URL: https://www.pricecharting.com/game/pal-nes/legend-of-zelda The following code will grab the data from the default chart data labelled (Loose), but I need to extract data from the other items listed on the …

Total answers: 1