justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

tool_tip_demo1.py, tool_tip_demo2.py "null" in Highcharts options not recognized by python #604

Closed byzakyz closed 2 years ago

byzakyz commented 2 years ago

image

image

examples/charts_tutorial/tooltips/tool_tip_demo1.py

'Project Development' data inside series in options of Highchart has null values. Charts weren't visible on website until these were removed. I don't know how these should be handled. With None instead of null Highcharts won't work, and if it stays null using addict will also deliver them as null which does not exist in python.

byzakyz commented 2 years ago

Same problem also in tool_tip_demo2.py

image