You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using scatter with dynamic data;
I render many points to form a circle, and with an interval I change their value to spin around the (0,0).
-- the points are in a format of [ [x1, y1], [x2, y2], [x3, y3], ...] as required for scatter.
I get the points as a prop and use watch to track any change.
In my watch I wrote:
Hello,
I'm using scatter with dynamic data;
I render many points to form a circle, and with an interval I change their value to spin around the (0,0).
-- the points are in a format of
[ [x1, y1], [x2, y2], [x3, y3], ...]
as required for scatter.I get the points as a prop and use watch to track any change.
In my watch I wrote:
I also tried like how you show in your demo -
For some reason, the graph doesn't change at all.. did I miss something?
in
Data()
I haveThanks in advance!
The text was updated successfully, but these errors were encountered: