Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj/d3-circle
D3 circle chart
https://github.com/tj/d3-circle
Last synced: about 1 month ago
JSON representation
D3 circle chart
- Host: GitHub
- URL: https://github.com/tj/d3-circle
- Owner: tj
- License: mit
- Created: 2016-03-18T22:11:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T15:47:48.000Z (about 8 years ago)
- Last Synced: 2024-10-17T09:44:40.524Z (about 2 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 131
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d3 - d3-circle - Circle chart [donut] (Charts)
- awesome-d3 - d3-circle - Circle chart [donut] (Charts)
README
# d3-circle
D3 circle chart. See source for examples and documentation.
![](assets/screen.png)
## Installation
```
$ npm install d3-circle
```## Developing
Build:
```
$ make build
```Start dev server:
```
$ make start
```## Badges
![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)
[![](http://apex.sh/images/badge.svg)](https://apex.sh/ping/)---
> [tjholowaychuk.com](http://tjholowaychuk.com) ·
> GitHub [@tj](https://github.com/tj) ·
> Twitter [@tjholowaychuk](https://twitter.com/tjholowaychuk)