dotnet-websharper/d3

Thoughts on Selection.Data

Closed this issue · 1 comments

Should it accept 'T[]? Currently non-idiomatic usage such as sel.Data(As<obj[]> nodes).

Currently experimenting with Selection<'T>. Seems to work good. Will add more samples, see if it still works.