gottaegbert / d3nextforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example chart

A Next.js + D3 Starter!

live

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.

About

License:MIT License


Languages

Language:TypeScript 95.4%Language:CSS 3.3%Language:JavaScript 1.3%