Integrates D3 and React following a D3 first approach:
- DOM is mostly handled by D3.
- Static properties are styled with CSS.
- Transitions are done by D3
- Resizes Charts based on the D3 margins convention.
- Partially tested with Jest and testing-library.
Integrates D3 and React following a D3 first approach: