-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chart title property should be dynamic #2371
Comments
I believe this is not a malfunction but an improvement as the property is probably not dynamic. |
Hi is anyone working on this issue? If not, can I start working on this? |
Yes, sure! If you need any help, please ask to our R&D @FabienLelaquais and @FredLL-Avaiga ! |
Okay, thanks ! |
Hi is anyone working on this issue? If not, can I start working on this? |
Maybe, @ChamaliVishmani is already traying to solve the issue but you can be assigned as well @ADORA-ATAYA |
thanks |
Hi @FlorianJacta, I'm still working on this issue. I attempted to use useState to handle the title prop, as the issue seems to be related to its immutability. I also explored other approaches, including modifying the prop directly, but haven't found a working solution yet. Could you provide some guidance on debugging and potential ways to fix this? Any suggestions would be greatly appreciated! |
Hi, @ADORA-ATAYA I’d be happy to collaborate if you’d like to help. |
Sure @ChamaliVishmani, I am happy to collaborate with you |
@FabienLelaquais or @FredLL-Avaiga, could you provide some guidance to @ChamaliVishmani for this issue? |
This issue has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this issue, please add another comment or create a PR that links to this issue. If a PR has already been created which refers to this issue, then you should explicitly mention this issue in the relevant PR. Otherwise, you will be unassigned in 14 days. For more information please refer to the contributing guidelines. |
This issue has been unassigned automatically because it has been marked as "🥶Waiting for contributor" for more than 14 days with no activity. |
The property type should be changed to Then on the front-end side, the attribute has to be managed as other Dynamic string properties. |
What went wrong? 🤔
Updating dynamically the title property of a chart visual element does not work. Here is an example where I try to change the title of a chart using a button. Pressing the button should change the title but does nothing.
Using layout is a workaround:
Runtime Environment
Windows 11
Browsers
Chrome
OS
Windows
Version of Taipy
4.0.2
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: