Christophe Le Besnerais

Results 5 issues of Christophe Le Besnerais

I'd like to access all the adjacent vertices of a given vertex. Something like the "getNeighborIds()" method of cells would be great. May be there is already a way to...

In the readme : ``` var Draggable = require ('Draggable'); ``` should be : ``` var Draggable = require ('draggable'); ``` (in lowercase) It will not build except on windows...

Hi, I have the following problem with older browser (firefox 9) : - open the demo at http://www.point-constructor.com/tinyta_demo/ - type some text - select a part of the text and...

from [the doc](https://github.com/d3/d3-zoom#zoom_on) for `zoom.on(typenames[, listener])` : > The typenames is a string containing one or more typename separated by whitespace. Each typename is a type, optionally followed by a...

Is it possible to set the columns headers to something other than the key ? best regards, Christophe