How to Integrate Plotly Graphs with Vuetify Components for Interactive Data Visualization? #565
Unanswered
ElliottHuang
asked this question in
Q&A
Replies: 1 comment
-
You will need to attach a listener to the chart which will update another variable that will be displayed by vuetify element. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm designing a webapp to display the clustering of raw text embedded to vector data, that is, raw text -> embedding model = vector data -> clustering (t-SNE) = 2D plot.
My current code shows the raw text when I hover my mouse upon the datapoint, but since the text is very long, I can only see a small part of it. I want to design an interaction that when I click the datapoint on the Plotly graph, we can see the full text in the VTextarea in the drawer. I'm asking about how to do this? Thank you
Beta Was this translation helpful? Give feedback.
All reactions