Replies: 1 comment 1 reply
-
I got it: To achieve joining interaction, create the Plot and display it, then add a generator onto the Plot. return the It helped to revisit these past solutions (thanks Fil!): code and links are updated. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to port @Fil 's Linked ternary inputs to Framework. My attempt is here and (temporarily) viewable here
The trouble that I am having is to access the values of 'z' dynamically. I tried to establish the value of Plot and to link it to a generator, which I then pass into a bound input. I can't seem to get past
RuntimeError: element.addEventListener is not a function
. I have triedAny insights / suggestions for how to break things down conceptually so that I can get this input working in Framework?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions