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
This seems good to me. Are you planning on making a variant of the LineChart? I'd be curious to see how you're thinking of designing the props roughly. Would a callback fire when the user moves the data?
@jondlm we had talked about using a variant of LineChart but I believe Lance recommended a completely new component, I will confirm with him, however. A callback would fire to adjust the d3 data object/path svg object, yeah. (I should be a bit more explicit here. I am not sure that it's a callback exactly, right now what I have is .join and .call methods from d3 which are providing the functionality). I have a little thing working now but am curious to see what the best approach will be.
Yeah definitely, I did take a look at that actually a few weeks back, thanks. I think our use case requires a bit different functionality, but it's helpful to see a working example with pre-existing lucid components.
Utilize some d3 functionality to have a line chart where the points are draggable and the lines will update in real-time.
The text was updated successfully, but these errors were encountered: