This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
BUG-Passing a function which returns a dictionary to chart.properties does not always work #897
Labels
Gui: Back-End
Related to the back-end side of Taipy GUI.
💥Malfunction
Addresses an identified problem.
🟧 Priority: High
Stalls work on the project or its dependents
Description
Per title, I receive this warning:
How to reproduce
Steps to reproduce:
a. Observe that the chart changed to "line"
b. Also, the warning above is in the terminal
a. Observe that the chart did not change back to "bar"
b. The warning is printed again
Expected behavior
The chart should switch between "bar" and "line" as the toggle control is toggled.
I guess the need to refresh may be related to Avaiga/taipy#466, but I don't know about the warning. Must the
properties
property be a literal dictionary and not a function return value, even when used withrebuild
?The text was updated successfully, but these errors were encountered: