Matt Traynham

Results 41 comments of Matt Traynham

I noticed an issue and it seems this isn't entirely correct. Once drop happens the array may have shifted all the elements and thus the original drag index would be...

I don't think it particularly matters what the JSON looks like, but you'll need to figure out a way to get it into Crossfilter (which handles flat rows). I typically...

Something like: ``` var data = [ { "TopicCLusterId": 1, "word": "test", "frequency": 2 }, { "TopicCLusterId": 1, "word": "test1", "frequency": 3 }, { "TopicCLusterId": 1, "word": "test2", "frequency": 3...

It would if each record in the JSON dataset had the same value (string coerced) for a particular key (such as "TopicCLusterId"). The code transforms the flat structure into a...

Can you share a JSFiddle?

@GunjanSh I've updated the code with a bug fix to handle Crossfilter a bit better. I've also added an example HTML page you can use to try it out.

Interesting point @lbk3918. When I created the issue, I was under the impression `elasticY` was synonymous with `elasticX`, or acted in a matter that was scale to fit. For example,...

It doesn't have to be, because it's not stacked (nor provides a way to view a 3rd chart dimension). This would compliment #397 though. **Edit** I see, he was using...

By interface compatible, do you mean with leaflet.js? So two things about the projection transitions vs. projection zooms. I couldn't get them to work together (also with the automatic zoom...