Support D3 v4
See original GitHub issueD3 is being broken up into smaller modules for v4 (e.g. d3-scale
, d3-selection
, etc) and there are some API changes.
Discuss version support & approach. Should dc.js support d3 v3 and v4 or only one of them? One option to support both is a jQuery-style approach where 2.x supports v3 and 3.x supports v4.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:18
- Comments:29 (23 by maintainers)
Top Results From Across the Web
D3.js - Data-Driven Documents
D3.js is a JavaScript library for manipulating documents based on data. ... With minimal overhead, D3 is extremely fast, supporting large datasets and ......
Read more >D3.js 4 documentation - DevDocs
D3.js 4.12.2 API documentation with instant search, offline support, keyboard shortcuts, mobile version, and more.
Read more >Support Builds for Season 27 / Patch 2.7.4 - Diablo 3 - Icy Veins
On this page, you will find all of our support builds. These builds are strictly meant for group Greater Rifting, as they entirely...
Read more >D3 V4 support for CDN [#2833807] | Drupal.org
Users should be able to select version 4 if needed for the CDN. The only question this raises is what to do with...
Read more >Support D3 v4 · Issue #1681 · novus/nvd3 - GitHub
D3 is being broken up into smaller modules (e.g. d3-scale, d3-selection, etc) and there are some API changes. Discuss version support ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve put together this table which should help identify all uses of d3 in dc.js and references to the d3 4.0 counterpart.
Note: This table does not currently outline any inconsistencies and breaking changes, but I will add them if they are identified.
Cool! I will check it out.
BTW, thanks to @mtraynham, we now have HTML documentation which you may find more navigable. We should advertise it better!
Suggestions welcome.