Anthony
Anthony
I accomplished this by adding in: ` function angularTextMax(d) { var deltaAngle = state.angleScale(d.x1) - state.angleScale(d.x0); var r = Math.max(0, (state.radiusScale(d.y0) + state.radiusScale(d.y1)) / 2); var perimeter = r *...
same, 4 years later, wasted time
Attempted to work around this by setting onKeyDown handlers above the tree and stopping the events or doing it on document.body, but no success. Attempted to build this project, but...
Deleting that code block from the minified version fixed my issue, in case others want a quick fix as well
Note also the flattened approach doesn't work - it puts these three all on the same level ```js { name: `Child Node ${value.length}`, children: [ ], id: value.length, parent: element.id,...
I'd really like this as well. As far as I can tell, you cannot write multiple lines right now?