d4
d4 copied to clipboard
Data-Driven Declarative Documents
Axes
Is there a good way to do axes in this paradigm?
The demonstration code of https://d4.js.org shows the following example code: ``` const paths = voronoi(samples) .polygons() .map(sample => ( )); ``` but this is missing a `key` for React to...
Hey Joel, There is already a project named D4 for charting with D3 https://github.com/heavysixer/d4 I just thought i'd bring that to your attention because I had users ask if I'd...