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

A user on [StackOverflow](https://stackoverflow.com/questions/76096200/highcharts-for-python-doesnt-render-in-jupyter/76101379) reported a bug when attempting to generate the basic line tutorial from the demo when running Jupyter Notebooks on Ubuntu, in VSCode, with the following VSCode...

bug

I'm trying to plot a `LineSeries` with 4000+ points. When I try to render the chart, It fails on the front end and shows me this link in the console...

question

In **v.1.0.0** of Highcharts Core for Python supports the enabling/disabling of styled mode using the appropriate options. However, any configuration of the CSS has to occur *outside* of the library...

enhancement

In **v.1.0.0**, Highcharts Core for Python outputs the JavaScript literal object where any *unspecified* property is serialized to a ``dict`` as ``None`` and subsequently stripped from the serialized JS object...

enhancement

From the documentation: https://api.highcharts.com/highcharts/yAxis.stackLabels.overflow The example in the documentation: ```python options_as_str = """{ chart: { type: 'column', width: 300, height: 260 }, yAxis: { stackLabels: { enabled: true, allowOverlap: true,...

bug

function_name -> functionName

### Description `to_js_literal` is very slow `19s` for 4k points series causing slowness in rendering the Chart. Same as - https://github.com/highcharts-for-python/highcharts-core/issues/51 ### Reproducer ```python import pandas as pd import seaborn...

bug

Coming from reproducer in https://github.com/highcharts-for-python/highcharts-stock/issues/65#issue-2410925267, it seems that even if data is passed as list of lists, it is always converted into list of dicts, that may not be the...

bug