Replies: 1 comment
-
Hi @egil, it should be working without error. I'll be handling this in separate issue. |
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
-
I have a simple one spline chart that I want to flow updated values into. However, when I call
flow()
, I get aCannot read properties of null (reading 'x')
error message. Any suggestions for how to do this correctly?Here is my current attempt:
Link to try out the code: https://stackblitz.com/edit/zyjb8b?file=index.js
Thanks, Egil
Beta Was this translation helpful? Give feedback.
All reactions