-
Hello, If i use a new version of d3, then things break. specifically in d3_timeseries.js, things like scale.linear dont work. could you update to work with the new version of d3?
-
Hello,
Can I use @types/dagre-d3 as the type definitions of dagre-d3v4 ?
https://www.npmjs.com/package/@types/dagre-d3
-
Done is: Link explorer works in the angular app and does not break the intrusion set dashboard graph currently written in d3v3
-
D3v4 has been out for over a year at this writing (https://github.com/d3/d3/releases/tag/v4.0.0) and it may be prudent to look at porting our code to version 4.
Key issue is looking at potential ef…
-
Based on the conclusions from #520, we will go ahead and transition to D3.js version 4.
- Switch underlying library to v4
- Make simple search-replace changes
- Adapt zooming work to v4
- Dive int…
-
D3 is being broken up into smaller modules for [v4](https://github.com/d3/d3/releases/tag/v4.0.0) (e.g. `d3-scale`, `d3-selection`, etc) and there are some API [changes](https://github.com/d3/d3/blob/…
-
Problem:
- Multi repo make it hard to tracking isue, issue in 1 sub package has less attention... We already know why Google, Facebook use Mono Repo pattern.
- Type definition is not align with js i…
-
Build the JS dependency as a standalone file, so we do not face d3v3 vs. d3v4 type issues again. See [d3horizonR](https://github.com/timelyportfolio/d3horizonR) and the forked [`d3sankey`](https://gi…
-
- [x] [Mention](https://github.com/blog/821-mention-somebody-they-re-notified) the authors (see `Definitions by:` in `index.d.ts`) so they can respond.
- Authors: @tomwanzek @gustavderdrache @Ledra…
-
Thanks for the package, it's brilliant.
I had some shiny code which generated a Sunburst, but since updating my R libraries it's broken. I think maybe what's done it is updating htmlwidgets to v0.8…