Graphical primitives for visualization, such as lines and areas. https://d3js.org/d3-shape
Find a file
2023-10-06 12:55:31 -04:00
.github Adopt type=module (#179) 2021-06-04 12:28:10 -07:00
img curveBumpX, curveBumpY 2021-03-08 14:34:16 +01:00
src fix #199 - handle small arcs with rounded corners 2022-12-20 15:35:44 -08:00
test fix #199 - handle small arcs with rounded corners 2022-12-20 15:35:44 -08:00
.eslintrc.json Adopt type=module (#179) 2021-06-04 12:28:10 -07:00
.gitignore Update dependencies. 2018-08-24 12:20:51 -07:00
LICENSE shape.digits (#205) 2022-12-20 17:56:49 -05:00
package.json 3.2.0 2022-12-20 15:39:15 -08:00
README.md restructure README (#210) 2023-10-06 12:55:31 -04:00
rollup.config.js shape.digits (#205) 2022-12-20 17:56:49 -05:00
yarn.lock shape.digits (#205) 2022-12-20 17:56:49 -05:00

d3-shape

This module provides a variety of shape generators for your convenience. As with other aspects of D3, these shapes are driven by data: each shape generator exposes accessors that control how the input data are mapped to a visual representation.

Resources