highcharts-for-python / highcharts-core

Python wrapper for the Highcharts Core JavaScript library
https://www.highcharts.com/integrations/python
Other
58 stars 13 forks source link

None values in series are ignored #168

Closed LukaszWakeapp closed 5 months ago

LukaszWakeapp commented 7 months ago

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()): obraz

after downloading (not displaying in python just downloading): chart-backlinks

Why after downloading nulls are ignored?

chart.download_chart( format = 'png', filename = 'images/chart.png' )

hcpchris commented 5 months ago

@LukaszWakeapp : FYI - thanks for bringing this bug to our attention. It should be resolved in v.1.8.0 which was just released.