'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.
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.