Sigfried Gold

Results 28 comments of Sigfried Gold

Does anyone know if this or some other implementation of parsets has been ported to v4?

This was easily fixed by adding rebind from v3 into the code: line 432: //return d3.rebind(parsets, event, "on").value(1).width(960).height(600); return rebind(parsets, event, "on").value(1).width(960).height(600); function rebind(target, source) { var i = 1,...

After fixing the rebind and functor stuff, the next problem I run into is with the code in the example: var partition = d3.partition() .sort(null) .size([chart.width(), chart.height() * 5 /...

I think I got it working after considerable futzing, but I'll need to look around for it when I get a chance.

@xcaeag, this looks like what I'm trying to do. I'm just looking for something to use for making a single diagram. Too bad no one ever responded (as far as...

Was any work ever done on this? Any idea how much work might be involved? I guess if there were a bunch of minor changes, finding and replicating them could...

Hi. I'm here wondering the same thing. I decided to use Vega for an experimental network data exploration application and I'd love to be able to start with the basic...

> This wasn't an issue on my computer, but that of my colleague's: @Sigfried > > @Sigfried: You probably don't have time for this, but if you do, do you...

Can you tell me where this stands? I just ran across stampit a couple hours ago. It looks like it solves some problems I'm having very nicely. Unfortunately I have...

Thanks for the quick replies! I'm seeing there's not much work to manually converting my classes to stamps (though I'd rather not since some old code will still use the...