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

https://github.com/tj/d3-series

D3 line series chart used for error reporting on Apex Ping
https://github.com/tj/d3-series

Last synced: 9 months ago
JSON representation

D3 line series chart used for error reporting on Apex Ping

Awesome Lists containing this project

README

          

# d3-series

D3 line series. See source for examples and documentation.

## Installation

```
$ npm install d3-series
```

## Examples

Fewer series :)

![](assets/some.png)

Many series :)

![](assets/many.png)

## 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)