Jared Parnell

Results 9 comments of Jared Parnell

Just for posterity, I was having this problem (5 years later). The solution for this was that the `labelType` is an attribute of the `node` itself, while in the case...

At present if we provide edge data to Dagre to render automatically then this kind of relationship is drawn poorly (see image). It is possible we could add relationships manually...

Very Large: The best solution for this would be a popup or overlay as noted above. It will likely require a lot of D3 coding or additional graphing libraries, as...

Large: There are likely different solutions for this. I can look into a toggle so that the labels are user controlled. Another option might be a tooltip which displays additional...

I have added a parameter that allows the control of the node label limit. The controls would need to added to the demo to be useful, and then instructions on...

I doubt this would be difficult to implement, the main questions would be around which information we want to surface and where. We could possibly implement some sort of toggle...

~~I have added a parameter that allows this to be controlled through the scripts. We would need to add controls to the demo and instructions on how to use this...

@kd-ods @Blueskies00 At present the functionality is fairly limited. We only use the `voting-rights` or `shareholding` interest types. We also assume that they are only ever listed once in an...

It is likely that this is tricky to impossible. The text is positioned within a group that overlaps the edge. Assigning a white box to this overlaps the edge. I'll...