highcharts-core icon indicating copy to clipboard operation
highcharts-core copied to clipboard

Python wrapper for the Highcharts Core JavaScript library

Results 27 highcharts-core issues
Sort by recently updated
recently updated
newest added
trafficstars

As reported in #184 , Highcharts for Python is missing an analog to the JavaScript `Highcharts.getOptions().colors` property. It should be added.

enhancement

@hcpchris, I noticed that in the corrected example, the `valueSuffix` is working for the point but not for the node. I got it working using the following code: ```python 'nodeFormat':...

question

**The bug** When trying to create and render a Chart in jupyter notebook, Series of type `pd.Timestamp` is getting parsed into epoch timestamp in nanoseconds, which in turn messes up...

bug

**Describe the bug** I cant get treegraph to work using python. Tried simple implementations but nothing shows up when using display. Does not matter what data or options i do....

bug

**Describe the bug** When making a call to an instance of export server protected with HTTP basic authentication the code fails as in https://github.com/highcharts-for-python/highcharts-core/blob/e058b4bcc16f1ee46d4e087c93cf1e6564fe2497/highcharts_core/headless_export.py#L922 it tries to access `HTTPBasicAuth` from...

bug

**Problem Description:** When attempting to compile requirements.in (which contains highcharts-core==2.0.0) using pip-compile, the process consistently fails with a DistributionNotFound: No matching distribution found for highcharts-core==2.0.0 error. This occurs even when...

bug

**Describe the bug** Bubble chart data labels are missing from SVG exports when using `chart.download_chart(format="svg")`. The data labels are properly configured with `dataLabels.enabled: true` and would display correctly in browser...

bug