Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj/d3-bar
D3 bar chart
https://github.com/tj/d3-bar
Last synced: about 1 month ago
JSON representation
D3 bar chart
- Host: GitHub
- URL: https://github.com/tj/d3-bar
- Owner: tj
- License: mit
- Created: 2016-03-18T00:23:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T11:27:16.000Z (over 5 years ago)
- Last Synced: 2024-10-16T21:24:30.477Z (about 2 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 173
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d3 - d3-bar - Bar chart (Charts)
- awesome-d3 - d3-bar - Bar chart (Charts)
- awesome-d3 - d3-bar - Bar chart (Charts)
README
# d3-bar
D3 bar graph. See source for examples and documentation.
![](assets/screen.png)
## Installation
```
$ npm install d3-bar
```## 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)