John Alexis Guerra Gómez

Results 14 issues of John Alexis Guerra Gómez

When creating word clouds in svgs with small sizes the big words (arguably the most important ones) might not be drawn because they won't fit. This change adds an overflow...

req

Right now the algorithm leaves out words that are too big to fit on the available width/height. This is OK for smaller words that aren't that important, but it also...

req

Many times when I'm doing network visualizations I want to guarantee that the nodes can't leave the canvas. Positioning forces can help on this for smaller networks, but when the...

Seems like the list of compatible browsers link was broken

This block from mbostock doesn't work on blockbuilder http://blockbuilder.org/mbostock/1483226 It throws an error because it can't load the horizon plugin library with a version ``` removing the version number makes...

question

Great idea, sadly couldn't make them work... http://blockbuilder.org/john-guerra/e7dcc0ef96ce542d8c47986db1aba633 It seems like the browser is chocking. Is there an scalability issue?

The current Input.Search, won't return values where the string is not at the beginning ```js viewof old = Inputs.search(["Control", "BallControl"], { query: "con" }) // IMHO should return two results...

Added a bunch of bugfixes to make it work on [Observable](https://observablehq.com/@john-guerra/force-edge-bundling). It would be nice to have this working as an npm module