Philippe Rivière
Philippe Rivière
See also https://github.com/Fil/d3-inertia/issues
is this a duplicate of #229?
Now I want to rotate it so that the poles are at Buckminster Fuller’s special points.
try `d3.sum(bigints, Number)`?
same issue for me
For the Web Worker issue, the fix is simple: ``` - window.tsnejs = lib; // in ordinary browser attach library to window + if (typeof window == "object") + window.tsnejs...
Another solution is to load the raw code as text and inject it in the preamble: ``` fq = d3.text(await require.resolve("flatqueue")) ``` ``` worker(func, args, fq) ```
Yes I figured that out — but I wanted to report it as a bug somehow Thanks a lot for the tool BTW, very useful.
I've given a bit more thought to the plugin name, and I think "d3.lanes()" or "d3.lane()" would be better, as it does not necessarily apply to "time" lines.
Another example where abstract lane units would be useful is when we want lanes that are alternatively towards "top" and towards "bottom" ``` 3 -- ---------- 1 ------ ---------------- ---...