highcharts-core
highcharts-core copied to clipboard
Python wrapper for the Highcharts Core JavaScript library
I have 2 series: `data_set = [53,12,25,36,43,12,21]` `data_set_2 = [55,None,None,None,None,None,22]` expected behaviour (using code from chart.to_js_literal()):  after downloading (not displaying in python just downloading):  Why after downloading nulls...
Hi, I want to change labels language of the X axis. The X axis is a datetime and I would like the format: "day short_month" e.g. 17 Kwi ` 'xAxis':...
**The bug** When creating any series object using the `from_pandas` method, the format of the `data` attribute is different. Please refer to the Example to see the change. **Example** Let's...
We need a more streamlined way to support the extension of Highcharts for Python with custom series types, similar to the use of the JavaScript `Highcharts.seriesType()` method. Basic pattern to...
I am using this code to generate a Stacked Bar Chart and the output I get is correct, but when I try to download the chart the bars are missing:...
**Describe the bug** When I want to render a Highcharts-maps with command chart.display(), it works in Jupyter Lab but not in Jupyter notebook (in web browser). I got the error...
This is a feature request for supporting `Highcharts Python` in `Panel`. **Your Environment:** - OS: Windows, Jupyter Lab (notebook). - Python Version: `3.10.4` - Highcharts Version: Installed `Highcharts Python` using...
With the current version of highchart-core, how can I show the chart on Streamlit? Or can anyone guide me the way to convert the js chart to HTML so that...
In the attached documentation, the recommended approach for sending data to the client from the server is a JS literal, however I believe this has the potential for malicious arbitrary...
I encounter this issue while integrating highcharts into my python application with https://github.com/highcharts-for-python/highcharts-core Something went wrong with the Highcharts.js script. It should have been automatically loaded, but it did not...