Skip to content
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

support for Dash interactive plots #2245

Open
1 of 7 tasks
mjpan opened this issue Nov 14, 2024 · 5 comments
Open
1 of 7 tasks

support for Dash interactive plots #2245

mjpan opened this issue Nov 14, 2024 · 5 comments
Labels
💬 Discussion Requires some discussion and decision 🖰 GUI Related to GUI ✨New feature

Comments

@mjpan
Copy link

mjpan commented Nov 14, 2024

Description

Taipy supports Plotly already. however the charts are static. it would be great to support Dash objects, so that the charts can be interactive

Solution Proposed

it would be great to support Dash objects, so that the charts can be interactive

Acceptance Criteria

  • If applicable, a new demo code is provided to show the new feature in action.
  • Integration tests exhibiting how the functionality works are added.
  • Any new code is covered by a unit tested.
  • Check code coverage is at least 90%.
  • Related issue(s) in taipy-doc are created for documentation and Release Notes are updated.

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
@FlorianJacta
Copy link
Member

What do you mean by charts not being interactive in Taipy?

@jrobinAV
Copy link
Member

Hi @mjpan,

You can have an example of a slider controlling a chart in the getting started.

You can also have more advanced examples in the documentation page .

Cheers,

@jrobinAV
Copy link
Member

FYI,
#2059

@mjpan
Copy link
Author

mjpan commented Nov 17, 2024

I should be more specific. for my immediate need, what I would like is to have interactive table functionality and customizations, in the way that Dash DataTable allows. for example, I would like to define a custom sort for the table. that does not seem possible right now with either Taipy table, or Plotly table.

separately, from a broader perspective, it seems to make sense if generally, Dash plots were available.

@FlorianJacta
Copy link
Member

How is this not possible through Taipy? Any table can be sorted as you would like within Taipy. Do you have a document example from Dash so I can better understand what you are talking about?

Would you like to see an example of how to do it in Taipy? Taipy is fully interactive in this sense

@FlorianJacta FlorianJacta added 🖰 GUI Related to GUI 💬 Discussion Requires some discussion and decision labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 Discussion Requires some discussion and decision 🖰 GUI Related to GUI ✨New feature
Projects
None yet
Development

No branches or pull requests

3 participants