Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3/d3-shape
Graphical primitives for visualization, such as lines and areas.
https://github.com/d3/d3-shape
Last synced: 1 day 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:55:32.000Z (about 1 year ago)
- Last Synced: 2024-11-13T00:32:23.598Z (7 days ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-shape
- Size: 1.85 MB
- Stars: 2,475
- Watchers: 55
- Forks: 309
- Open Issues: 21
-
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)