gadfly361 / rid3

Reagent Interface to D3
MIT License
142 stars 6 forks source link

feature request: For performance reason, add a path options on the pieces #15

Closed davidpham87 closed 3 years ago

davidpham87 commented 3 years ago

Hello,

The library is really good. However, I get into performance issue. I am trying to implement some behavior using the voronoi layout.

Say you have 10 000s of points and you want to make one point bigger, then given the actual API, I did not manage to only update the requested point, and the library always recompute everything.

Would you have a solution for that problem?

Best regards, David

gadfly361 commented 3 years ago

@davidpham87 I'd be happy to look in to it. Can you provide a working, minimal example of what you are currently trying with rid3? Additionally, if you are working off of a d3 example in JavaScript, could you provide a link to that as well.

gadfly361 commented 3 years ago

@davidpham87 ping

gadfly361 commented 3 years ago

Since I haven't heard anything, I am going to close this issue.