Curran Kelleher
Curran Kelleher
Indeed, that would be a cool feature! Any ideas on how it could be implemented?
Could you please clarify where this "MBosstock wrapper function" came from? I think it can work. The label position function will need to know how many lines there are, and...
Hey I got it working. It works if you apply the wrap function *before* positioning the labels. Here's a working jsFiddle https://jsfiddle.net/8zk9jqcg/1/ 
Currently, it can position a single thing within an area, based on the bounding box of that thing. That single thing can contain multiple things, for example it could be...
Yeah, this happens when there's a low number of data points. It's because of the curvyness of `d3.curveBasis`. This is what it looks like if you switch it to `d3.curveLinear`:...
I got vertical areas working in sort of a hacky way here, with word wrapping https://bl.ocks.org/curran/c567efde3b3da7bc1f642627072aabfc 
Great point! Directories are work-in-progress. You can put slashes in the file names to create directories. However, the files only load correctly if there is an `index.html` present. See this...
The workaround for now is either: * Resize the divider to give it more space on the left  * Click "Edit" and then copy the text from there (only...
This is so cool!  https://observablehq.com/@d3/quadtree-findincircle
Oh, sorry. So `Quadtree.findInCircle` is just defined in that notebook, and not in the library. Might it be a good utility to add to `d3-quadtree`?