Thank you for this great library. I was wondering if it is possible to use different columns in your dataset for the linkDistance and the linkWidth? In the examples listed, it uses JS("function(d) { return Math.sqrt(d.value); }"). But I would want to use value for linkWidth and another column for linkDistance, or vice versa. I imagine there is a Javascript way to do thus, but I am not very skilled in Javascript.
Thank you for this great library. I was wondering if it is possible to use different columns in your dataset for the linkDistance and the linkWidth? In the examples listed, it uses
JS("function(d) { return Math.sqrt(d.value); }").
But I would want to use value for linkWidth and another column for linkDistance, or vice versa. I imagine there is a Javascript way to do thus, but I am not very skilled in Javascript.Thanks for the help!