An open API service indexing awesome lists of open source software.

https://github.com/marcobiedermann/d3-charts

📊 Collection of simple charts made with d3.js
https://github.com/marcobiedermann/d3-charts

charts d3 graphs javascript js visualization

Last synced: about 1 month ago
JSON representation

📊 Collection of simple charts made with d3.js

Awesome Lists containing this project

README

          

# D3 Charts

[![dependencies Status](https://img.shields.io/david/marcobiedermann/d3-charts)](https://david-dm.org/marcobiedermann/d3-charts)
[![devDependencies Status](https://img.shields.io/david/dev/marcobiedermann/d3-charts)](https://david-dm.org/marcobiedermann/d3-charts?type=dev)

Collection of simple charts made with [d3.js](https://d3js.org/).

## Table of Contents

- [License](#license)
- [Usage](#usage)

## Usage

### Format

Format code using [Prettier](https://prettier.io/).

```sh
npm run format
```

### Linting

Lint code using [ESLint](https://eslint.org/).

```sh
npm run lint
```

## License

[MIT](LICENSE) © [Marco Biedermann](https://github.com/marcobiedermann)