Curran Kelleher

Results 415 comments of 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/ ![image](https://user-images.githubusercontent.com/68416/29656139-0f29ce56-88d1-11e7-8942-344c30e74bb9.png)

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 ![image](https://user-images.githubusercontent.com/68416/31180741-069290a2-a93d-11e7-9831-cd3146d75f68.png)

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 ![image](https://github.com/vizhub-core/vizhub-feedback/assets/68416/b23a8ae7-3c16-4dfb-be30-9affe2593749) * Click "Edit" and then copy the text from there (only...

This is so cool! ![image](https://user-images.githubusercontent.com/68416/106622658-d245c700-6541-11eb-8df8-595dfc813b54.png) 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`?