https://github.com/d3/d3-shape
Graphical primitives for visualization, such as lines and areas.
https://github.com/d3/d3-shape
Last synced: about 1 year ago
JSON representation
Graphical primitives for visualization, such as lines and areas.
- Host: GitHub
- URL: https://github.com/d3/d3-shape
- Owner: d3
- License: isc
- Created: 2015-07-06T19:20:03.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:55:32.000Z (over 2 years ago)
- Last Synced: 2025-04-16T22:09:23.271Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-shape
- Size: 1.85 MB
- Stars: 2,492
- Watchers: 55
- Forks: 312
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [Documentation](https://d3js.org/d3-shape)
- [Examples](https://observablehq.com/collection/@d3/d3-shape)
- [Releases](https://github.com/d3/d3-shape/releases)
- [Getting help](https://d3js.org/community)