Vuetify3 and plotly resizable example #368
Unanswered
AnthonyTSV
asked this question in
General
Replies: 3 comments 8 replies
-
|
I think with vue3, I you don't need the SizeObserver anymore for the plotly figure. Also which browser are you connecting to your trame app? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
https://github.com/Kitware/trame-plotly/blob/master/examples/vue3/charts-resizable-client.py |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@AnthonyTSV did you ever resolve the cause of the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've been trying to make the plotly resizable example work, however, on changing the version of vuetify from vue2 to vue3, the example doesn't work. And I get the following errors:
JS Error => TypeError: Cannot read properties of undefined (reading '_c') JS Error => TypeError: Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'Code:
Any help would be greatly appreciated. Good day!
Beta Was this translation helpful? Give feedback.
All reactions