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

histogram_test.py not expected behaviour when "_options" is changed #605

Closed byzakyz closed 1 year ago

byzakyz commented 2 years ago

On examples/charts_tutorial/chart_components/histogram_test.py

Why do I see the same charts even when I change or delete the "_options" entirely? When I do the same in examples/charts_tutorial/chart_components/pie_test.py this will either change the chart or cause en error.